update Nuget.Package version to 6.0.6 #623
Annotations
14 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Analysis/Codelyzer.Analysis.Model/MethodBlock.cs#L19
'MethodBlock.Modifiers' hides inherited member 'BaseMethodDeclaration.Modifiers'. Use the new keyword if hiding was intended.
|
Build:
src/Analysis/Codelyzer.Analysis.Model/MethodStatement.cs#L19
'MethodStatement.Modifiers' hides inherited member 'BaseMethodDeclaration.Modifiers'. Use the new keyword if hiding was intended.
|
Build:
src/Analysis/Codelyzer.Analysis.Model/PropertyBlock.cs#L7
'PropertyBlock' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
src/Analysis/Codelyzer.Analysis.Common/ProjectBuildHelper.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Analysis/Codelyzer.Analysis.Common/ProjectBuildHelper.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Analysis/Codelyzer.Analysis.Build/MSBuildDetector.cs#L103
The variable 'ex' is declared but never used
|
Build:
src/Analysis/Codelyzer.Analysis.Build/MSBuildDetector.cs#L283
The variable 'ex' is declared but never used
|
Build:
src/Analysis/Codelyzer.Analysis.Build/WorkspaceBuilder.cs#L366
The variable 'ex' is declared but never used
|
Build:
src/Analysis/Codelyzer.Analysis.Analyzer/LanguageAnalyzer.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/Analysis/Codelyzer.Analysis.Analyzer/CodeAnalyzer.cs#L82
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Setup .NET Versions
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Setup .NET Versions
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
The logs for this run have expired and are no longer available.
Loading