Update Roslyn to version 4.8.0-3.23475.6 #432
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
.dotnet/sdk/6.0.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets#L28
The target framework 'netcoreapp2.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.
|
.dotnet/sdk/6.0.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets#L28
The target framework 'netcoreapp2.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.
|
.dotnet/sdk/6.0.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets#L28
The target framework 'netcoreapp2.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.
|
.dotnet/sdk/6.0.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets#L28
The target framework 'netcoreapp2.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.
|
test-assets/test-projects/ProjectWithComplexAnalyzers/Program.cs#L9
Method 'void Program.Main(string[] args)' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Hello World!".
|
test-assets/test-projects/ProjectWithComplexAnalyzers/Program.cs#L7
Parameter args of method Main is never used. Remove the parameter or use it in the method body.
|
test-assets/test-projects/ProjectWithComplexAnalyzers/Program.cs#L9
Method 'void Program.Main(string[] args)' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Hello World!".
|
test-assets/test-projects/ProjectWithComplexAnalyzers/Program.cs#L7
Parameter args of method Main is never used. Remove the parameter or use it in the method body.
|
test-assets/test-projects/ProjectWithDisabledAnalyzers2/Program.cs#L1
The file header is missing or not located at the top of the file.
|
test-assets/test-projects/ProjectWithDisabledAnalyzers2/Program.cs#L1
Using directive should appear within a namespace declaration
|
The logs for this run have expired and are no longer available.
Loading