LongErrorAVX working + cleaner #114
Annotations
2 errors and 11 warnings
|
|
|
Build:
src/UTF8.cs#L780
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
|
Build:
src/UTF8.cs#L781
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
|
Build:
test/UTF8ValidationTests.cs#L80
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L149
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L237
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L243
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L297
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L359
Public method 'BadHeaderBits' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L424
Public method 'TooShortError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
test/UTF8ValidationTests.cs#L488
Public method 'TooLongError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Loading