Nightly-Build #497
Annotations
35 warnings
Run examples (.NET 6)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Run examples (.NET 6)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Run examples (.NET 6):
examples/TileDB.CSharp.Example/Program.cs#L22
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Run examples (.NET 6):
examples/TileDB.CSharp.Example/Program.cs#L25
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Run examples (.NET 6):
examples/TileDB.CSharp.Example/ExampleUtil.cs#L7
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/CoreUtil.cs#L73
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ByteOffsetsToElementOffsets(ulong[], DataType)' (but other parameters do)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Domain.cs#L9
Missing XML comment for publicly visible type or member 'Domain'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Domain.cs#L15
Missing XML comment for publicly visible type or member 'Domain.Domain(Context)'
|
Test TileDB-CSharp
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Test TileDB-CSharp
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/AttributeTest.cs#L216
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/TestUtil.cs#L107
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/TestUtil.cs#L172
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/TestUtil.cs#L14
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/ArrayTest.cs#L39
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/ArrayTest.cs#L39
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
|
Run examples (.NET 5)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Run examples (.NET 5)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Run examples (.NET 5)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
|
Run examples (.NET 5):
sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
|
Run examples (.NET 5):
sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
|
The logs for this run have expired and are no longer available.
Loading