fix: use the right network hash #21
Annotations
4 warnings
|
build-and-test:
tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L262
Do not use Assert.False() to check if a value exists in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
build-and-test:
tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L251
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
build-and-test:
tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L262
Do not use Assert.False() to check if a value exists in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
build-and-test:
tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L251
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|