Security Improvements: Introduction of SecureBigInteger #495
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/Helper/Scope.cs#L8
Missing XML comment for publicly visible type or member 'Scope'
|
build:
src/Helper/Scope.cs#L13
Missing XML comment for publicly visible type or member 'Scope.~Scope()'
|
build:
src/Helper/Scope.cs#L18
Missing XML comment for publicly visible type or member 'Scope.GetScopedSingleton<T>()'
|
build:
src/Helper/Scope.cs#L31
Missing XML comment for publicly visible type or member 'Scope.Dispose()'
|
build:
src/Helper/Scope.cs#L8
Missing XML comment for publicly visible type or member 'Scope'
|
build:
src/Helper/Scope.cs#L13
Missing XML comment for publicly visible type or member 'Scope.~Scope()'
|
build:
src/Helper/Scope.cs#L18
Missing XML comment for publicly visible type or member 'Scope.GetScopedSingleton<T>()'
|
build:
src/Helper/Scope.cs#L31
Missing XML comment for publicly visible type or member 'Scope.Dispose()'
|
build:
src/Cryptography/FinitePoint`1.cs#L87
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|
build:
src/Cryptography/Secret`1.cs#L89
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|