Skip to content

Merge branch 'main' of https://github.com/alec1o/Byter #227

Merge branch 'main' of https://github.com/alec1o/Byter

Merge branch 'main' of https://github.com/alec1o/Byter #227

Triggered via push July 9, 2024 07:44
Status Success
Total duration 22s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/src/primitive/partials/PrimitiveGet.cs#L377
The variable 'e' is declared but never used
build: src/src/primitive/partials/PrimitiveGet.cs#L545
The variable 'e' is declared but never used
build: test/primitive/Primitive.Struct.cs#L146
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L112
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L114
Non-nullable property 'ByteArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L115
Non-nullable property 'StringList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L116
Non-nullable property 'SubClassList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L117
Non-nullable property 'SubStructList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L119
Non-nullable property 'StringArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Class.cs#L120
Non-nullable property 'SubClassArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.