-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Blazor Hybrid + Web solution template missing project refs in .sln when created via VS Code #22381
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
@vijayrkn do you own project creation experience in VSCode? Looks like the project creation for VS Code only is broken for this solution, and it works just fine when created from the CLI. If you don't own this experience, can you please ping / include whoever does? Thanks in advance. |
Hey @mkArtakMSFT Tagging @smitpatel @JakeRadMSFT who owns this experience. |
Where is the source for template? |
maui/src/Templates/src/templates/maui-blazor-solution/.template.config/template.json Lines 25 to 40 in 0f4a170
A project or solution template should add paths to csproj files in primary outputs. (the condition for dotnetcli is incorrect. |
@smitpatel cool, is this something you can fix? Or @Eilon ? |
@BethMassi submitted #25303 |
Fixed by #25303. Thanks @smitpatel !! |
Description
Trying out the new .NET Blazor Hybrid and Web App template in VS Code (with C# Dev Kit and MAUI extension installed), the .SLN file isn't generated properly so the solution never opens in the Solution Explorer. This happens on Windows and Mac.
Steps to Reproduce
C# Dev Kit v1.5.20
.NET MAUI extension v0.11.87
Microsoft.Maui.Templates.net8.8.0.100-dev.nupkg installed
Windows or Mac
Link to public reproduction project repository
No response
Version with bug
8.0.10 SR3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: