Skip to content

Bump xunit from 2.9.0 to 2.9.1 in /test #236

Bump xunit from 2.9.0 to 2.9.1 in /test

Bump xunit from 2.9.0 to 2.9.1 in /test #236

Triggered via pull request September 23, 2024 01:52
Status Success
Total duration 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.