Version 1.6.0.0#14
Merged
Merged
Annotations
10 warnings
|
src/ArrowDbCore/Serializers/BaseFileSerializer.cs#L8
Type 'BaseFileSerializer' owns disposable field(s) '_mutex' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
src/ArrowDbCore/ArrowDb.cs#L66
Member 'TransactionDepth' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
src/ArrowDbCore/ArrowDb.cs#L71
Member 'StateEpoch' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
src/ArrowDbCore/ChangeEventArgs.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
src/ArrowDbCore/ArrowDb.cs#L9
Type 'ArrowDb' owns disposable field(s) 'Semaphore' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
src/ArrowDbCore/ArrowDbTransactionScope.cs#L37
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
src/ArrowDbCore/Serializers/BaseFileSerializer.cs#L8
Type 'BaseFileSerializer' owns disposable field(s) '_mutex' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
src/ArrowDbCore/ArrowDb.cs#L66
Member 'TransactionDepth' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
src/ArrowDbCore/ArrowDb.cs#L71
Member 'StateEpoch' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
src/ArrowDbCore/ChangeEventArgs.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
The logs for this run have expired and are no longer available.
Loading