Skip to content

Some namespace fixing, renaming, yaml and nuspec tweaks. #5

Some namespace fixing, renaming, yaml and nuspec tweaks.

Some namespace fixing, renaming, yaml and nuspec tweaks. #5

Triggered via push June 25, 2024 20:42
Status Failure
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 1.
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/Certificates/CertificateProvider.cs#L77
The variable 'password' is assigned but its value is never used
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/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/Certificates/CertificateProvider.cs#L77
The variable 'password' is assigned but its value is never used
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.