chore: Equinox/Propulsion updates #341
Annotations
5 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#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
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|