-
Notifications
You must be signed in to change notification settings - Fork 648
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
Bus.InMemory events now expect either unobtrusive conventions or IEvent interface markers #1788
Comments
Based on a discussion with Indu today we believe that is can be a resonable On Tue, Nov 19, 2013 at 1:00 AM, Indu Alagarsamy
|
Even though it is a resonable requirement, it still is a breaking change On Tuesday, November 19, 2013, Andreas Öhlund wrote:
Regards |
what @johnsimons said +1 |
Shouldn't convention checks be done only on the main transport queue? |
Steps to repro:
https://github.com/Particular/ServiceControl/blob/develop/src/ServiceControl/Contracts/Operations/AuditMessageReceived.cs
https://github.com/Particular/ServiceControl/blob/develop/src/ServiceControl/Infrastructure/Satellites/AuditMessageImportSatellite.cs#L15
Notice the exception:
NOTE: This used to work in 4.2 without adding any marker interfaces to the POCOs for in-memory events.
The text was updated successfully, but these errors were encountered: