fixes #184
Annotations
10 warnings
benchmark/Benchmark.cs#L53
Member 'PriorityInCategory' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
benchmark/Benchmark.cs#L54
Member 'IsNumeric' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
benchmark/Benchmark.cs#L142
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
benchmark/Benchmark.cs#L158
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
test/UTF8ValidationTests.cs#L67
Non-nullable property 'Condition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/UTF8ValidationTests.cs#L67
Non-nullable property 'SkipReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/UTF8ValidationTests.cs#L1177
Rename type name Utf8ValidationDelegate so that it does not end in 'Delegate' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
test/AsciiTest.cs#L115
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
test/AsciiTest.cs#L139
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
test/AsciiTest.cs#L169
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
The logs for this run have expired and are no longer available.
Loading