New datatypes #519
Annotations
10 warnings
Build & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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 & Test in Release Mode:
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?
|
Loading