Skip to content

Renamed EventBus to EventStore in ES workshop #335

Renamed EventBus to EventStore in ES workshop

Renamed EventBus to EventStore in ES workshop #335

Triggered via push May 18, 2025 22:23
Status Success
Total duration 2m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: Workshops/IntroductionToEventSourcing/16-EntitiesDefinition/GuestStayFacade.cs#L16
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: Workshops/IntroductionToEventSourcing/16-EntitiesDefinition/GuestStayFacade.cs#L16
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.