-
Notifications
You must be signed in to change notification settings - Fork 0
Crone : ci cd pipline - #16
Merged
Merged
Merge branch 'crone/ci-cd-pipline' of https://github.com/ProjectVG/Pr...
2cb8122
Select commit
Loading
Failed to load commit list.
Annotations
10 warnings
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L79
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.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L64
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.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L52
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.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L37
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.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L24
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.
ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L67
Possible null reference assignment.
ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L35
Possible null reference assignment.
ProjectVG.Api/Controllers/OAuthController.cs#L73
Cannot convert null literal to non-nullable reference type.
ProjectVG.Application/Services/Auth/AuthService.cs#L84
Possible null reference assignment.
ProjectVG.Infrastructure/Auth/JwtProvider.cs#L126
The variable 'ex' is declared but never used
The logs for this run have expired and are no longer available.
Loading