Skip to content

Fixes & .ini transcoder #8

Fixes & .ini transcoder

Fixes & .ini transcoder #8

Triggered via push January 3, 2026 17:40
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Codon.Codec/Codecs.cs#L121
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L121
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L100
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L98
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L84
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L84
The type 'S' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'S' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L79
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/Codecs.cs#L79
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: Codon.Codec/StructCodec.cs#L250
The type 'R' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'R' doesn't match 'notnull' constraint.
build: Codon.Codec/PrimitiveCodec.cs#L5
The type 'A' cannot be used as type parameter 'T' in the generic type or method 'ICodec<T>'. Nullability of type argument 'A' doesn't match 'notnull' constraint.