New datatypes #269
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
PG.Benchmarks/DatBuilderBenchmark.cs#L26
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/DatBuilderBenchmark.cs#L27
Non-nullable field '_values' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/DatBuilderBenchmark.cs#L29
Non-nullable field '_builder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/GetStringFromBinary.cs#L24
Non-nullable field '_binaryReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/EmpireAtWarValidatorBenchmark.cs#L22
Non-nullable field '_validator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/EmpireAtWarValidatorBenchmark.cs#L24
Non-nullable field '_toValidate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Benchmarks/EncodeString.cs#L26
Non-nullable field 'StringValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
PG.Commons/PG.Commons.Test/DataTypes/IndexRangeTest.cs#L31
Theory method 'Test_End' on test class 'IndexRangeTest' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025)
|
Build:
PG.StarWarsGame.Files.MEG/PG.StarWarsGame.Files.MEG.Test/Binary/Metadata/V1/MegFileTableRecordTest.cs#L54
Comparison made to same variable; did you mean to compare something else?
|
Build:
PG.StarWarsGame.Files.MEG/PG.StarWarsGame.Files.MEG.Test/Binary/Metadata/V1/MegFileTableRecordTest.cs#L55
Comparison made to same variable; did you mean to compare something else?
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Loading