target .NET 8 #1441
Annotations
3 errors and 10 warnings
_/MinVerTests.Packages/Repackaging.cs#L32
Assert.DoesNotContain() Failure: Sub-string found
↓ (pos 7332)
String: ···"ut] Version=2.3.4\n Successfully created "···
Found: "Successfully created package"
|
_/MinVerTests.Packages/Repackaging.cs#L32
Assert.DoesNotContain() Failure: Sub-string found
↓ (pos 2486)
String: ···"e/net8.0/test.dll\n Successfully created "···
Found: "Successfully created package"
|
|
targets/Program.cs#L13
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
targets/Program.cs#L28
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
MinVer.Lib/Commit.cs#L14
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
MinVer.Lib/Git.cs#L45
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
MinVer.Lib/Git.cs#L46
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
MinVer.Lib/Git.cs#L21
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
MinVer.Lib/Git.cs#L31
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
MinVer.Lib/Git.cs#L46
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
MinVer.Lib/Commit.cs#L8
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
MinVer.Lib/Versioner.cs#L120
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
The logs for this run have expired and are no longer available.
Loading