Update Core to 2.26. #464
Merged
Update Core to 2.26. #464
Annotations
10 warnings
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Config.cs#L181
'ConfigIterator' is obsolete: 'ConfigIterator is obsolete. Directly enumerate a Config or call its EnumerateOptions method instead.' (https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#TILEDB0015)
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Config.cs#L183
'ConfigIterator' is obsolete: 'ConfigIterator is obsolete. Directly enumerate a Config or call its EnumerateOptions method instead.' (https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#TILEDB0015)
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L11
Field 'tiledb_range_t.min_size' is never assigned to, and will always have its default value 0
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L17
Field 'tiledb_range_t.max_size' is never assigned to, and will always have its default value 0
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L8
Field 'tiledb_range_t.min' is never assigned to, and will always have its default value
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L14
Field 'tiledb_range_t.max' is never assigned to, and will always have its default value
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L11
Missing XML comment for publicly visible type or member 'ConfigIterator'
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L23
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L60
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
|
Dotnet pack for TileDB.CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L66
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
|
Loading