Skip to content

Fix EllipticCurve add command #35

Fix EllipticCurve add command

Fix EllipticCurve add command #35

Triggered via push January 21, 2024 20:40
Status Success
Total duration 2m 57s
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/Services/TlsService.cs#L134
'SendClientHelloAsync' is coupled with '44' different types from '13' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
build: CipherPunk/Entities/WindowsDocumentationCipherSuiteConfiguration.cs#L10
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
build: CipherPunk/Services/TlsService.cs#L85
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L89
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L77
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
build: CipherPunk/Services/TlsService.cs#L94
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L102
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L112
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L131
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build: CipherPunk/Services/TlsService.cs#L263
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)