remove 4.x dotnet version #126
main.yml
on: push
test-on-windows
4m 20s
test-on-linux
36s
Annotations
6 errors and 26 warnings
test-on-linux:
engine/ConsoleRunnerDotNet6/Program.cs#L9
'CommandLineManager' is inaccessible due to its protection level
|
test-on-linux:
engine/ConsoleRunnerDotNet6/Program.cs#L9
'CommandLineManager' is inaccessible due to its protection level
|
test-on-linux
Process completed with exit code 1.
|
test-on-windows:
engine/ConsoleRunnerDotNet6/Program.cs#L9
'CommandLineManager' is inaccessible due to its protection level
|
test-on-windows:
engine/ConsoleRunnerDotNet6/Program.cs#L9
'CommandLineManager' is inaccessible due to its protection level
|
test-on-windows
Process completed with exit code 1.
|
test-on-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, RollyPeres/base64-to-path@v1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-on-linux
The following actions uses node12 which is deprecated and will be forced to run on node16: RollyPeres/base64-to-path@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-on-linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-on-linux
The target framework 'netcoreapp3.1' 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-on-linux
The target framework 'netcoreapp3.1' 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-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L42
Field 'FLOAT10.Data_8' is never assigned to, and will always have its default value 0
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L900
Field 'LeafMFunc.rvtype' is never assigned to, and will always have its default value 0
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L1002
Field 'LeafOEM2.idOem' is never assigned to, and will always have its default value
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L986
Field 'LeafOEM.cvOEM' is never assigned to, and will always have its default value 0
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L2121
Field 'RefSym.usFill' is never assigned to, and will always have its default value 0
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L855
Field 'LeafUnion.data' is never assigned to, and will always have its default value null
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L41
Field 'FLOAT10.Data_7' is never assigned to, and will always have its default value 0
|
test-on-linux:
engine/Mono.Cecil.Pdb.Shared/Microsoft.Cci.Pdb/CvInfo.cs#L1085
Field 'mlMethod.index' is never assigned to, and will always have its default value 0
|
test-on-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: RollyPeres/base64-to-path@v1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-on-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: RollyPeres/base64-to-path@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-on-windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-on-windows
The target framework 'netcoreapp3.1' 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-on-windows
The target framework 'netcoreapp3.1' 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-on-windows:
engine/JustDecompiler.Shared/Languages/BaseLanguageWriter.cs#L61
The member 'BaseLanguageWriter.Language' does not hide an accessible member. The new keyword is not required.
|
test-on-windows:
engine/JustDecompiler.Shared/Steps/SelfAssignment.cs#L41
'ExpressionComparer.Equals(object, object)' hides inherited member 'object.Equals(object, object)'. Use the new keyword if hiding was intended.
|
test-on-windows:
engine/JustDecompiler.Shared/Cil/InstructionBlock.cs#L36
'InstructionBlock' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
test-on-windows:
engine/JustDecompiler.Shared/Cil/InstructionBlock.cs#L36
'InstructionBlock' defines operator == or operator != but does not override Object.GetHashCode()
|
test-on-windows:
engine/JustDecompiler.Shared/XmlDocumentationReaders/XmlDocumentationReader.cs#L63
The variable 'e' is declared but never used
|
test-on-windows:
engine/JustDecompiler.Shared/Languages/IL/IntermediateLanguageAssemblyAttributeWriter.cs#L15
The field 'IntermediateLanguageAssemblyAttributeWriter.shouldGenerateBlocks' is never used
|
test-on-windows:
engine/JustDecompile.EngineInfrastructure.Shared/CodeViewer/CodeFormatterBase.cs#L38
'CodeFormatterBase.CurrentLineNumber' hides inherited member 'PlainTextFormatter.CurrentLineNumber'. Use the new keyword if hiding was intended.
|
test-on-windows:
engine/JustDecompile.EngineInfrastructure.Shared/CLRHelper.cs#L102
The variable 'ex' is declared but never used
|