Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.08k stars 648 forks source link

Add a debug Log entry when using generic message types #7105

Closed PhilBastian closed 1 month ago

PhilBastian commented 2 months ago

as per the documentation, generic message types are not supported. This change adds a debug log to that effect

PhilBastian commented 2 months ago

I have raised as a draft PR so that it isn't merged while the historical question is considered internally

WilliamBZA commented 1 month ago

Are you happy with the new name for the PR? Add a debug Log entry when using generic message types?

Does this need to be back-ported?

PhilBastian commented 1 month ago

Are you happy with the new name for the PR? Add a debug Log entry when using generic message types?

Does this need to be back-ported?

I wouldn't think it needs to be backported, since it's just a hint to a developer that they are not designing the messaging model 'correctly' and no functionality is affected.

The title says what it does...