add primitive skipping null/empty test #29 #30 #214
Annotations
1 error and 11 warnings
|
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/
|
src/src/primitive/partials/PrimitiveGet.cs#L374
The variable 'e' is declared but never used
|
src/src/primitive/partials/PrimitiveGet.cs#L540
The variable 'e' is declared but never used
|
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.
|
test/primitive/Primitive.Null.cs#L101
Cannot convert null literal to non-nullable reference type.
|
test/primitive/Primitive.Null.cs#L104
Cannot convert null literal to non-nullable reference type.
|
test/primitive/Primitive.Null.cs#L107
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
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.
|
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.
|
This job failed
Loading