Skip to content
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

Create a project template for message assemblies #541

Open
DavidBoike opened this issue Jan 17, 2025 · 0 comments
Open

Create a project template for message assemblies #541

DavidBoike opened this issue Jan 17, 2025 · 0 comments
Labels

Comments

@DavidBoike
Copy link
Member

Describe the feature.

The NServiceBus.MessageInterfaces provides a common, unchanging source for the IEvent, ICommand, and IMessage interfaces necessary for creating message assemblies. Using this package, message assemblies can be created that can even be shared between legacy NServiceBus 8 endpoints on .NET Framework and newer NServiceBus endpoints on .NET 8 or later.

But to do this, the message assembly must target netstandard2.0. And with that target framework, you can't use record types (which are very useful for quickly creating immutable message types) without additional settings.

An "NServiceBus Message Assembly" project template could combine all these factors in one easy-to-use package.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant