Fixing issue in binary operators where startsWith was not working. #28
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Packer2.FileSystem/IDataStoreExtensions.cs#L7
Possible null reference assignment.
|
build:
Packer2.FileSystem/DefaultPathResolver.cs#L37
Possible null reference return.
|
build:
Packer2.FileSystem/DefaultPathResolver.cs#L8
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Packer2.FileSystem/LocalFileSystem.cs#L57
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
Packer2.Library/DataModel/Transofrmations/DowngradeTransform.cs#L59
Cannot convert null literal to non-nullable reference type.
|
build:
Packer2.Library/DataModel/Transofrmations/MergeDataSourcesTransform.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build:
Packer2.Library/DataModel/Transofrmations/PasswordResolveTransform.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
Packer2.Library/DataModel/Transofrmations/PullUpExpressions.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
Packer2.Library/Report/Queries/Parser/QueryParser.QueryConstructorVisitor.cs#L126
Cannot convert null literal to non-nullable reference type.
|
build:
Packer2.Library/Report/Queries/Parser/QueryParser.QueryConstructorVisitor.cs#L126
Cannot convert null literal to non-nullable reference type.
|