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

Consider adding Roslyn component multi-targeting to templates #955

Open
Youssef1313 opened this issue Jan 25, 2022 · 2 comments
Open

Consider adding Roslyn component multi-targeting to templates #955

Youssef1313 opened this issue Jan 25, 2022 · 2 comments
Labels
Area-Templates feature-request This issue tracks implementing a new feature

Comments

@Youssef1313
Copy link
Member

Youssef1313 commented Jan 25, 2022

It would be very useful if the default templates have the enhanced analyzers/dotnet directory layout that allows multi-targeting roslyn components. See dotnet/sdk#20793

@Youssef1313
Copy link
Member Author

YairHalberstadt/stronginject@40c2721 for an example where this was done.

@sharwell
Copy link
Member

sharwell commented Feb 2, 2022

This should be implemented such that the generated package project automatically places assemblies into the correct version folder based on the references present in the project. For example, this means a user who only changes the Version value of a project reference from 4.0.1 to 4.1.0 will see the assemblies move in the package from roslyn4.0 to roslyn4.1.

@sharwell sharwell added Area-Templates feature-request This issue tracks implementing a new feature labels Feb 2, 2022
@sharwell sharwell added Feature Request feature-request This issue tracks implementing a new feature and removed feature-request This issue tracks implementing a new feature Feature Request labels May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Templates feature-request This issue tracks implementing a new feature
Projects
None yet
Development

No branches or pull requests

2 participants