Skip to content

Update dotnet.yml

Update dotnet.yml #9

Re-run triggered June 25, 2024 21:07
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/PingmanTools.AspNet.EncryptWeMust/Certificates/CertificateProvider.cs#L77
The variable 'password' is assigned but its value is never used
build: src/PingmanTools.AspNet.EncryptWeMust/Persistence/FileCertificatePersistenceStrategy.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/PingmanTools.AspNet.EncryptWeMust.Tests/MiddlewareTests.cs#L117
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/PingmanTools.AspNet.EncryptWeMust/Certificates/CertificateProvider.cs#L77
The variable 'password' is assigned but its value is never used
build: src/PingmanTools.AspNet.EncryptWeMust/Persistence/FileCertificatePersistenceStrategy.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/PingmanTools.AspNet.EncryptWeMust.Tests/MiddlewareTests.cs#L117
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.