Merge pull request #386 from cake-contrib/renovate/coverlet.msbuild-6.x #91
Annotations
10 warnings
Analyze (csharp)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Analyze (csharp)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Analyze (csharp):
src/Tasks/CakeProjectType.cs#L54
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Analyze (csharp):
src/Tasks/CakeVersions.cs#L20
'public' members should come before 'internal' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
Analyze (csharp):
src/Tasks/TargetFrameworkVersions.cs#L453
'public' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
Analyze (csharp):
src/Generators/Commands/PackageReferencesCommand.cs#L23
Non-nullable property 'CakeSourcePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
src/Tasks/CakeProjectType.cs#L54
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Analyze (csharp):
src/Tasks/CakeVersions.cs#L20
'public' members should come before 'internal' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|