Fix a project reference and namespaces #95
Annotations
10 warnings
|
build:
FAST.FBasic.LibraryToolkit/Core/DefaultFileManagementLayer.cs#L17
Non-nullable field 'fullFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/DefaultFileManagementLayer.cs#L17
Non-nullable property 'RequestedFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/FBasicArray_ToolKitExtensions.cs#L6
The type 'T1' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T1' doesn't match 'notnull' constraint.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L132
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L96
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L86
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L81
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L56
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
build:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L34
Cannot convert null literal to non-nullable reference type.
|