Skip to content

Working codecs?

Working codecs? #4

Triggered via push December 9, 2025 21:07
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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