Cannot build template via .sln or .slnx #954
Unanswered
ChrisTaylorDeveloper
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Yeah I see the same thing. Let me troubleshoot real quick. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be fixed in 10.1.1 available shortly. Also aspire is now included by default. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm works for me on windows: ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I create my Solution with
dotnet new clean-arch -o CGT.Finance
When I run either
dotnet build
ordotnet build ./CGT.Finance.sln
(or try from the Solution Explorer of VS Code) I get the following error:When I try
dotnet build ./CGT.Finance.slnx
I get this errorAm I doing something wrong?
I am on Linux and using .NET 9. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions