Updates for .NET 8 #193
Annotations
2 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run net6.0 tests:
LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs#L281
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Loading