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

Add props file to buildTransitive also #6919

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Add props file to buildTransitive also #6919

merged 1 commit into from
Nov 14, 2023

Conversation

bording
Copy link
Member

@bording bording commented Nov 13, 2023

The NServiceBus.props file adds the NServiceBus namespace to the list of implicltly referenced namespaces when <ImplicitUsings>enable</ImplicitUsings> is set in a project file. However, when the NServiceBus package is referenced transitively (for example, like we do in a lot of our samples), the namespace isn't added properly.

Adding the props file to the buildTransitive folder in the package fixes that.

@bording bording merged commit 9939837 into master Nov 14, 2023
3 checks passed
@bording bording deleted the implicit-transitive branch November 14, 2023 15:19
@andreasohlund andreasohlund added this to the 9.0.0 milestone Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants