You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR remove all RunSynchronously as that was only chucked in there in the interests of getting something out
In the C# port in #5, I took the time to make the initialization a) happen as part of startup b) before loading c) without blocking a thread d) without wacky side -effects in the DI
The text was updated successfully, but these errors were encountered:
While it's not perfect, the way things work is much cleaner now in #104
Updating the templates to align with more modern ASP.NET Core 6 idioms re removal of type Startup needs to happen at some point but I'm closing it for now as it's Good Enough
There may also be a point in time when oskardudycz/EventSourcing.NetCore#84 either presents a better example, or we backport the patterns evolving in there to here.
TL;DR remove all RunSynchronously as that was only chucked in there in the interests of getting something out
In the C# port in #5, I took the time to make the initialization a) happen as part of startup b) before loading c) without blocking a thread d) without wacky side -effects in the DI
The text was updated successfully, but these errors were encountered: