Add Konnect package; #1
Annotations
10 warnings
Build Nuget:
src/lib/Konnect.Contract/Management/Streams/IStreamManager.cs#L45
Cannot convert null literal to non-nullable reference type.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/FileSystem/UPath.cs#L222
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/SaveStreamResult.cs#L10
Non-nullable property 'SavedStreams' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/SaveFileOptions.cs#L9
Non-nullable property 'Progress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/SaveFileOptions.cs#L13
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/LoadFileOptions.cs#L12
Non-nullable property 'ParentFileState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/LoadFileOptions.cs#L14
Non-nullable property 'StreamManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/LoadFileOptions.cs#L16
Non-nullable property 'FileManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/LoadFileOptions.cs#L20
Non-nullable property 'Progress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Nuget:
src/lib/Konnect.Contract/DataClasses/Management/Files/LoadFileOptions.cs#L26
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading