Version 1.6.0.0 #14
Merged
Version 1.6.0.0 #14
Annotations
10 warnings
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
src/ArrowDbCore/ChangeEventArgs.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
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)
|
|
Build As Release:
src/ArrowDbCore/ChangeEventArgs.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Loading