remove unused date-fns #218
Annotations
1 error and 12 warnings
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
No files were found with the provided path: DbViewer.Tests/bin/Release/net6.0/out/*.zip. No artifacts will be uploaded.
|
test:
DbViewer/Helpers/CriterionHelper.cs#L17
Cannot convert null literal to non-nullable reference type.
|
test:
DbViewer/DataTypes/TypeMetaInformation.cs#L7
Cannot convert null literal to non-nullable reference type.
|
test:
DbViewer/Helpers/CriterionHelper.cs#L40
Possible null reference argument for parameter 'stringValue' in 'ConstantExpression CriterionHelper.CreateValueExpression(string stringValue, Type targetType, Func<Type, string, object?> parse)'.
|
test:
DbViewer/Helpers/PropertyHelpers.cs#L71
Possible null reference return.
|
test:
DbViewer/Helpers/ObjectsConverter.cs#L16
Possible null reference return.
|
test:
DbViewer/Helpers/ObjectsConverter.cs#L37
Possible null reference return.
|
test:
DbViewer.TestApi/CustomPropertyConfigurationProvider.cs#L44
Converting null literal or possible null value to non-nullable type.
|
test:
DbViewer.TestApi/CustomPropertyConfigurationProvider.cs#L45
Dereference of a possibly null reference.
|
test:
DbViewer.TestApi/GroboControllerFactory.cs#L17
Dereference of a possibly null reference.
|
test:
DbViewer.TestApi/GroboControllerFactory.cs#L18
Possible null reference argument for parameter 'path' in 'IEnumerable<string> Directory.EnumerateFiles(string path, string searchPattern, SearchOption searchOption)'.
|