Skip to content

Refactor to new version of the core #40

Refactor to new version of the core

Refactor to new version of the core #40

Triggered via pull request November 5, 2023 14:56
Status Success
Total duration 5m 30s
Artifacts

dotnet-windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.cs#L9
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Database/Contexts/CommentContext.cs#L10
Field 'CommentContext._builder' is never assigned to, and will always have its default value null
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Tests/MicroserviceClientTest.cs#L45
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.
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.cs#L9
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Database/Contexts/CommentContext.cs#L10
Field 'CommentContext._builder' is never assigned to, and will always have its default value null
os-tests: src/CSharp/EasyMicroservices.CommentsMicroservice.Tests/MicroserviceClientTest.cs#L45
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.