Update the piplines #3
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
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:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L19
Non-nullable property 'TestProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L46
Dereference of a possibly null reference.
|
build:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L57
Dereference of a possibly null reference.
|
build:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L68
Dereference of a possibly null reference.
|
build:
Gridazor.Tests/IntegrationTests/GridEditorForTests.cs#L144
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gridazor.Tests/IntegrationTests/GridEditorForTests.cs#L138
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gridazor.Tests/IntegrationTests/GridEditorForTests.cs#L139
Non-nullable property 'NonEnumerableProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Demo/Controllers/HomeController.cs#L109
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L19
Non-nullable property 'TestProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gridazor.Tests/UnitTests/DefaultColumnProviderTests.cs#L46
Dereference of a possibly null reference.
|