Used EventStore instead of CommandBus in Event Sourced business proce… #337
Annotations
4 warnings
|
build:
Workshops/IntroductionToEventSourcing/16-EntitiesDefinition/GuestStayFacade.cs#L8
Parameter 'eventStore' is unread.
|
|
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#L8
Parameter 'eventStore' is unread.
|
|
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.
|