Removed static things. #31
Annotations
12 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/
|
tools/Dump/Program.cs#L17
Modify '<Main>$' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
tools/Dump/Program.cs#L12
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
tools/Dump/Program.cs#L6
Method '<top-level-statements-entry-point>' 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: "Usage: dump.exe <promptuarium_container>". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
src/ElementTree.cs#L308
Provide a method named 'Subtract' as a friendly alternate for operator op_Subtraction (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
src/ElementStatistics.cs#L75
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
src/ElementDefinitions.cs#L26
The enum member 'Mask' has the same constant value '192' as member 'New' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
src/ElementDefinitions.cs#L36
The enum member 'Mask' has the same constant value '32' as member 'MetaData' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
src/ElementDefinitions.cs#L43
The enum member 'Mask' has the same constant value '16' as member 'Logarithmic' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
src/Data.cs#L41
In externally visible method 'bool Data.AsBool(Stream stream)', validate parameter 'stream' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
src/Data.cs#L119
In externally visible method 'byte[] Data.AsByteArray(Stream stream)', validate parameter 'stream' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
The logs for this run have expired and are no longer available.
Loading