dotnet.Nyzo.CL - bugfix & refactor NyzoUtil #33
Annotations
10 warnings
build:
dotnet.Nyzo.CL/ByteBuffer.cs#L43
Non-nullable field '_buffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet.Nyzo.CL/ByteBuffer.cs#L47
Non-nullable field '_buffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet.Nyzo.CL.Tests/NyzoTransactionTests.cs#L158
Public method 'SetSenderData_ShouldResultInLessThanOrMax32BytesAsPropertyValue' on test class 'NyzoTransactionTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
dotnet.Nyzo.CL.Tests/NyzoUtilTests.cs#L41
Theory method 'ConvertingByteArrayToDoubleSha256ByteArray_ShouldBeAccurate' on test class 'NyzoUtilTests' does not use parameter 'expectedSha256String'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
dotnet.Nyzo.CL.Tests/NyzoTransactionTests.cs#L158
Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008)
|
build:
dotnet.Nyzo.CL/ByteBuffer.cs#L43
Non-nullable field '_buffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet.Nyzo.CL/ByteBuffer.cs#L47
Non-nullable field '_buffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet.Nyzo.CL.Tests/NyzoTransactionTests.cs#L158
Public method 'SetSenderData_ShouldResultInLessThanOrMax32BytesAsPropertyValue' on test class 'NyzoTransactionTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
dotnet.Nyzo.CL.Tests/NyzoUtilTests.cs#L41
Theory method 'ConvertingByteArrayToDoubleSha256ByteArray_ShouldBeAccurate' on test class 'NyzoUtilTests' does not use parameter 'expectedSha256String'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
dotnet.Nyzo.CL.Tests/NyzoTransactionTests.cs#L158
Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008)
|