amantinband / clean-architecture

The ultimate clean architecture template for .NET applications 💪
MIT License
1.4k stars 221 forks source link

Ran into errors when building the solution #1

Closed dotnetcontributer closed 7 months ago

dotnetcontributer commented 7 months ago

Hey Amichai,

Thanks a bunch for the cool project. I gave it a shot for the first time using these commands:

dotnet new install Amantinband.CleanArchitecture.Template dotnet new clean-arch -o CleanArchitectureByAB

But I ran into errors when building the solution. Any suggestions on how to fix it?

image

Thanks once more!

dotnetcontributer commented 7 months ago

I have .NET 8 on my Windows.

amantinband commented 7 months ago

Interesting.. can you run ‘dotnet build’ via the dotnet CLI and paste here the output? Also, have you tried cloning the GitHub project and building? If yes, do you run into the same issue?

dotnetcontributer commented 7 months ago

Interesting.. can you run ‘dotnet build’ via the dotnet CLI and paste here the output? Also, have you tried cloning the GitHub project and building? If yes, do you run into the same issue?

Ye, I've cloned the main project and it can be built.

Here's the result after building the nugget package:

Build Log.txt

amantinband commented 7 months ago

I misconfigured the publish action.

Should be fixed now 🤞

Try installing the latest version of the template and let me know if we can close this issue:

dotnet new install Amantinband.CleanArchitecture.Template::1.0.1
dotnetcontributer commented 7 months ago

Thanks, Amichai. Works fine now. 🤞