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 shared project for multi-project template when generated in Visual Studio #24095

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

jfversluis
Copy link
Member

Description of Change

Because the shared project wasn't part of the primaryOutputs it wasn't picked up by Visual Studio when generating the solution. This PR fixes that. Unfortunately, Visual Studio has its own engine for generating sln files, there is no test to be written for this.

Additionally I added GUIDs to the template so that they are properly generated when new projects get created. Shouldn't be a big issue, but its the right thing to do.

Issues Fixed

Fixes #24089

@jfversluis jfversluis added the area-templates Project templates, Item Templates for Blazor and MAUI label Aug 8, 2024
@jfversluis jfversluis self-assigned this Aug 8, 2024
@jfversluis jfversluis requested a review from a team as a code owner August 8, 2024 11:03
@rmarinho rmarinho requested review from Eilon and mattleibow and removed request for jsuarezruiz and PureWeen August 8, 2024 11:30
@jfversluis jfversluis enabled auto-merge (squash) August 9, 2024 14:58
@jfversluis jfversluis merged commit 3b7791b into main Aug 10, 2024
14 checks passed
@jfversluis jfversluis deleted the fix-24089 branch August 10, 2024 01:15
@samhouts samhouts added the fixed-in-net8.0-nightly This may be available in a nightly release! label Aug 12, 2024
@samhouts samhouts added the fixed-in-net9.0-nightly This may be available in a nightly release! label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates Project templates, Item Templates for Blazor and MAUI fixed-in-net8.0-nightly This may be available in a nightly release! fixed-in-net9.0-nightly This may be available in a nightly release!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Multi-project template, lack of loaded projects after creation
3 participants