Skip to content

set primitive extension internal #173

set primitive extension internal

set primitive extension internal #173

Triggered via push May 31, 2024 00:45
Status Failure
Total duration 32s
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: test/primitive/Primitive.Class.cs#L153
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#L121
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#L123
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#L124
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#L125
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#L126
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#L132
Non-nullable property 'SubClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/primitive/Primitive.Struct.cs#L153
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/extension/StringExtensionTest.cs#L48
The literal or constant value BaseTextLower should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: test/extension/StringExtensionTest.cs#L49
The literal or constant value BaseTextUpper should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestText' on type 'StringExtensionTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)