first commit #1
Annotations
10 warnings
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Enums/KnockOffVehicle.cs#L5
Do not prefix enum values with the name of the enum type 'KnockOffVehicle' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1712)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Comment.cs#L21
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Comment.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Comment.cs#L5
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Ast/String.cs#L8
Member '_string' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Ast/String.cs#L7
Member 'Index' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Ast/Return.cs#L9
Member 'Handled' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Ast/FunctionCallBase.cs#L9
Member 'DroppedReturns' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
release:
vendor/script_decompiler/GTA V Script Decompiler/Patches/ChangeConstantValuePatch.cs#L22
Field 'ChangeConstantValuePatch.Value' is never assigned to, and will always have its default value 0
|
|
release
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|