Update deployment workflow #786
continuous-integration.yml
on: pull_request
Build frontend
37s
Build .NET solution
23s
Matrix: Build Docker
Matrix: Code analysis
Annotations
12 warnings
Build .NET solution:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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 .NET solution:
Epsilon/Services/CompetenceDocumentService.cs#L55
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 .NET solution:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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 .NET solution:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Unit testing:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Unit testing:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Unit testing:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Unit testing:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Lint and format frontend:
Epsilon.Host.Frontend/src/components/wrapped/WrappedDialog.vue#L3
Variable 'props' is already declared in the upper scope
|
Code analysis (javascript-typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
Code analysis (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
Code analysis (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
|