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. |
0 replies
|
Should be fixed in 10.1.1 available shortly. Also aspire is now included by default. |
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.FinanceWhen I run either
dotnet buildordotnet 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.slnxI get this errorAm I doing something wrong?
I am on Linux and using .NET 9. Thank you.
All reactions