-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with configuration for dotnet core web api #661
Comments
Please try calling RunBootstrapperOnHostStartup in AddAspNetCore. Seems I need to change the design and make this opt-out instead of opt-in... |
@frankebersoll Still get the same error. My startup now looks like:
|
Found the issue. Originally I hadn't set any After purging the database (I'm only doing a POC) and started saving events it started working. It looks like the latest version expects events to have the |
Need to investigate this |
Work on event naming is scheduled in #907, closing this as the original issue was found and there's already an issue for the event naming |
Hi,
I'm having an issue running EventFlow with the latest version in dotnet core web api. I have the following setup:
But is coming up with the error:
I have added the following attribute to the event:
But still get the same issue. With this latest version I can not run EventFlow at all.
The text was updated successfully, but these errors were encountered: