Working codecs? #4
Annotations
8 warnings
|
build:
Codon.Tests/CodecTests.cs#L26
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
build:
Codon.Codec/StructCodec.cs#L87
Possible null reference return.
|
|
build:
Codon.Codec/Codecs.cs#L131
The variable 'e' is declared but never used
|
|
build:
Codon.Codec/Codecs.cs#L108
The variable 'e' is declared but never used
|
|
build:
Codon.Tests/CodecTests.cs#L26
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
build:
Codon.Codec/StructCodec.cs#L87
Possible null reference return.
|
|
build:
Codon.Codec/Codecs.cs#L131
The variable 'e' is declared but never used
|
|
build:
Codon.Codec/Codecs.cs#L108
The variable 'e' is declared but never used
|