You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Freshli has many test failures in Ubuntu Development Environment due to an issue with dependency LibGit2Sharp v0.26.2 as seen here.
This appears to mainly be an issue as LibGit2Sharp has relied on OpenSSL 1.0 which is no longer supported. The newer version (0.27.0-preview-0096) has been updated to use OpenSSL 1.1 which is supported by Ubuntu 20.
Suggested Resolution
This issue has been resolved in the latest version of LibGit2Sharp 0.27.0-preview-0096. Upgrading the Nuget dependency should resolve the issue for the Ubuntu 20.04LTS Development Environment.
Updated the required dotnet core SDK version from 3.1.301 to 3.1.404. This is the latest SDK for dotnet core 3.1 and is the version that is available for new dotnet SDK installations. Please note that this will update the dotnet core runtime from 3.1.5 to 3.1.10.
Updated the LibGit2Sharp dependency from 0.26.2 to 0.27.0-preview-0096. This is necessary for Ubuntu 20.04LTS as the 0.26.0 version utilizes OpenSSL 1.0 which is no longer supported. While the build was okay, a vast majority of the tests that utilized the LibGit2Sharp dependency would fail. By updating to 0.27.0-preview-0096, which utilizes OpenSSL 1.1, this is no longer an issue and allows all exiting tests to pass.
Resolves: Issue #206
Updated the LibGit2Sharp dependency from 0.26.2 to 0.27.0-preview-0096. This is necessary for Ubuntu 20.04LTS as the 0.26.0 version utilizes OpenSSL 1.0 which is no longer supported. While the build was okay, a vast majority of the tests that utilized the LibGit2Sharp dependency would fail. By updating to 0.27.0-preview-0096, which utilizes OpenSSL 1.1, this is no longer an issue and allows all exiting tests to pass.
Resolves: Issue #206
Updated the LibGit2Sharp dependency from 0.26.2 to 0.27.0-preview-0096. This is necessary for Ubuntu 20.04LTS as the 0.26.0 version utilizes OpenSSL 1.0 which is no longer supported. While the build was okay, a vast majority of the tests that utilized the LibGit2Sharp dependency would fail. By updating to 0.27.0-preview-0096, which utilizes OpenSSL 1.1, this is no longer an issue and allows all exiting tests to pass.
Resolves: Issue #206
Overview
Freshli has many test failures in Ubuntu Development Environment due to an issue with dependency LibGit2Sharp v0.26.2 as seen here.
This appears to mainly be an issue as LibGit2Sharp has relied on OpenSSL 1.0 which is no longer supported. The newer version (0.27.0-preview-0096) has been updated to use OpenSSL 1.1 which is supported by Ubuntu 20.
Suggested Resolution
This issue has been resolved in the latest version of LibGit2Sharp 0.27.0-preview-0096. Upgrading the Nuget dependency should resolve the issue for the Ubuntu 20.04LTS Development Environment.
Environment
Ubuntu Desktop 20.04 LTS
Rider
Dotnet core 3.1.0.404
Screenshots
Using LibGit2Sharp 0.26.2
Using LibGit2Sharp 0.27.0-preview-0096
The text was updated successfully, but these errors were encountered: