target .NET 8 #1441
Annotations
2 errors and 10 warnings
_/MinVerTests.Packages/SourceLink.cs#L31
Assert.Equal() Failure: Values differ
Expected: Package { Version = 0.0.0-alpha.0, AssemblyVersion = AssemblyVersion { Major = 0, Minor = 0, Build = 0, Revision = 0 }, FileVersion = FileVersion { FileMajorPart = 0, FileMinorPart = 0, FileBuildPart = 0, FilePrivatePart = 0, ProductVersion = 0.0.0-alpha.0+build.123.8dcce1bebcd5a01e9ee1e5ae863a79644a6d3596 }, InformationalVersion = 0.0.0-alpha.0+build.123.8dcce1bebcd5a01e9ee1e5ae863a79644a6d3596 }
Actual: Package { Version = 0.0.0-alpha.0, AssemblyVersion = AssemblyVersion { Major = 0, Minor = 0, Build = 0, Revision = 0 }, FileVersion = FileVersion { FileMajorPart = 0, FileMinorPart = 0, FileBuildPart = 0, FilePrivatePart = 0, ProductVersion = 0.0.0-alpha.0+build.123 }, InformationalVersion = 0.0.0-alpha.0+build.123 }
|
|
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)
|
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/NoGitException.cs#L9
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
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#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#L46
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
The logs for this run have expired and are no longer available.
Loading