Finish normal Codecs and write README #5
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.
|