Some namespace fixing, renaming, yaml and nuspec tweaks. #5
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.
|