Publish Package FBasicInterpreter #1
Package_FBasicInterpreter.yml
on: workflow_dispatch
build-and-publish
25s
Annotations
10 warnings
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Types/Value.cs#L78
Non-nullable property 'Object' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Types/Value.cs#L78
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Types/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-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L144
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L98
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L93
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L68
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L46
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
FAST.FBasic.LibraryToolkit/Core/Errors.cs#L9
Cannot convert null literal to non-nullable reference type.
|