Remote server probe enhancements #23
Annotations
20 warnings
Publish:
CipherPunk.CipherSuiteInfoApi/Entities/CipherSuite.cs#L17
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L22
Modify 'CipherSuiteInfoApiService.GetCipherSuiteAsync(string,
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L22
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L44
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L47
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L51
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L56
Modify 'CipherSuiteInfoApiService.GetAllCipherSuitesAsync([CancellationToken])' to call 'HttpClient.GetStringAsync(Uri, CancellationToken)' instead of 'HttpClient.GetStringAsync(string, CancellationToken)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2234)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L56
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L81
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Publish:
CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L84
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/HandshakeExtension.cs#L17
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/HandshakeExtension.cs#L17
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/HandshakeExtension.cs#L17
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
Package:
CipherPunk/Entities/Tls/Records/ClientHelloTlsRecord.cs#L80
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
Package:
CipherPunk/Services/EllipticCurveService.cs#L234
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
Package:
CipherPunk/Services/EllipticCurveService.cs#L234
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/CompressCertificateHandshakeExtension.cs#L21
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/EllipticCurvesPointFormatsHandshakeExtension.cs#L16
Use expression body for property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0025)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/EllipticCurvesPointFormatsHandshakeExtension.cs#L18
Use expression body for property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0025)
|
Package:
CipherPunk/Entities/Tls/HandshakeExtensions/EllipticCurvesPointFormatsHandshakeExtension.cs#L21
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
The logs for this run have expired and are no longer available.
Loading