Skip to content

add primitive skipping null/empty test #29 #30 #214

add primitive skipping null/empty test #29 #30

add primitive skipping null/empty test #29 #30 #214

Triggered via push July 8, 2024 15:01
Status Failure
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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#L374
The variable 'e' is declared but never used
build: src/src/primitive/partials/PrimitiveGet.cs#L540
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.Null.cs#L101
Cannot convert null literal to non-nullable reference type.
build: test/primitive/Primitive.Null.cs#L104
Cannot convert null literal to non-nullable reference type.
build: test/primitive/Primitive.Null.cs#L107
Cannot convert null literal to non-nullable reference type.
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.