Skip to content

Fix cipher documentation #22

Fix cipher documentation

Fix cipher documentation #22

Triggered via push November 3, 2023 20:29
Status Success
Total duration 4m 4s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: CipherPunk.CipherSuiteInfoApi/Entities/CipherSuite.cs#L17
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L22
Modify 'CipherSuiteInfoApiService.GetCipherSuiteAsync(string,
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L22
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L44
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L47
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L51
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: 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)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L56
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L81
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk.CipherSuiteInfoApi/CipherSuiteInfoApiService.cs#L84
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Entities/Tls/HandshakeExtensions/EllipticCurvesPointFormatsHandshakeExtension.cs#L16
Use expression body for property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0025)
build: CipherPunk/Entities/Tls/HandshakeExtensions/EllipticCurvesPointFormatsHandshakeExtension.cs#L18
Use expression body for property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0025)