Bump actions/setup-dotnet from 3 to 4 #709
dotnet-build-and-test.yml
on: push
build-and-test
2m 22s
Annotations
1 error and 6 warnings
build-and-test
Process completed with exit code 1.
|
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)
|