Skip to content

Updated to use latest version of .NET 7.0.14 #85

Updated to use latest version of .NET 7.0.14

Updated to use latest version of .NET 7.0.14 #85

Triggered via push December 5, 2023 07:10
Status Success
Total duration 4m 2s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-test: src/Infrastructure.Eventing.Common/Projections/ReadModelCheckpointRepository.cs#L31
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-test: src/Infrastructure.Eventing.Common/Projections/ReadModelCheckpointRepository.cs#L31
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.