Harden V3 native async operation lifecycle (#20) #59
Annotations
10 warnings and 1 notice
|
Build and test:
tests/DeltaLakeSharp.Tests/ModelTests.cs#L116
Cannot convert null literal to non-nullable reference type.
|
|
Build and test:
tests/DeltaLakeSharp.Tests/ModelTests.cs#L107
Argument of type 'List<Dictionary<string, object>>' cannot be used for parameter 'result' of type 'IReadOnlyList<Dictionary<string, object?>>' in 'ExecuteResult.ExecuteResult(bool success, string message, IReadOnlyList<Dictionary<string, object?>>? result = null)' due to differences in the nullability of reference types.
|
|
Build and test:
tests/DeltaLakeSharp.Tests/ArrowConverterTests.cs#L204
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L26
Non-nullable field '_builtImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L25
Non-nullable field '_container' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L167
Cannot convert null literal to non-nullable reference type.
|
|
Build and test:
src/DeltaLakeSharp.Testing/Internal/JobObjectHelper.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L50
Cannot convert null literal to non-nullable reference type.
|
|
Build and test:
src/DeltaLakeSharp.Testing/DeltaTableContainer.cs#L49
Cannot convert null literal to non-nullable reference type.
|
|
Build and test
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|