Skip to content

Finish normal Codecs and write README #5

Finish normal Codecs and write README

Finish normal Codecs and write README #5

Triggered via push December 11, 2025 21:26
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Codon.Codec/Codecs.cs#L109
The variable 'e' is declared but never used
build: Codon.Codec/Codecs.cs#L132
The variable 'e' is declared but never used
build: Codon.Codec/Codec.cs#L27
The type 'T' cannot be used as type parameter 'K' in the generic type or method 'Codecs.MapCodec<K, V>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codec.cs#L25
The type 'T' cannot be used as type parameter 'K' in the generic type or method 'Codecs.MapCodec<K, V>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Tests/CodecTests.cs#L42
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.Tests/CodecTests.cs#L33
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/Codecs.cs#L109
The variable 'e' is declared but never used
build: Codon.Codec/Codecs.cs#L132
The variable 'e' is declared but never used
build: Codon.Codec/Codec.cs#L27
The type 'T' cannot be used as type parameter 'K' in the generic type or method 'Codecs.MapCodec<K, V>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codec.cs#L25
The type 'T' cannot be used as type parameter 'K' in the generic type or method 'Codecs.MapCodec<K, V>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.