dotnet.Nyzo.CL - rename methods to align with C# #31
Annotations
8 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/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/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)
|