Add binary codecs for Vector2,3,4 and RectangleF #33
Annotations
3 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
Codon.Tests/PrimitiveCodecTests.cs#L10
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'Codec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
build:
Codon.Tests/PrimitiveCodecTests.cs#L10
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'Codec<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|