Bump MimeKit #725
dotnet-build-and-test.yml
on: push
build-and-test
1m 58s
Annotations
7 warnings
build-and-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
SocialEventManager/src/SocialEventManager.API/Program.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build-and-test:
SocialEventManager/src/SocialEventManager.API/Utilities/Extensions/LoggerExtensions.cs#L15
Closing square bracket should be followed by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1011.md)
|
build-and-test:
SocialEventManager/src/SocialEventManager.API/Program.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build-and-test:
SocialEventManager/src/SocialEventManager.API/Utilities/Extensions/LoggerExtensions.cs#L15
Closing square bracket should be followed by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1011.md)
|
build-and-test
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build-and-test
Closing square bracket should be followed by a space. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1011.md)
|