0 error(s), 0 warning(s) 👍 This is always the first thing I want to enforce. But don't bother when you need to maintain older projects that didn't have this from the start ... 😅
Thank you for the video. Let's say I wan't to add a web app into this solution that comunicates with this API, what would be needed to do in docker-compose?
Great video Milan! One question, that option to Add Docker support is related to the .NET version? or to the IDE version? (Asking because i'm currently working into a .NET 6 project + Visual Studio 2022 and i tried to right click to check if i had that option and i don't)
You can absolutely make templates that do these things, the main reason for a video like this like this is to understand what is being setup, and why these things are set up the way they are. Personally my favorite existing template is the clean architecture template by Steve Smith, but even with that template there is quite a few changes i would make Its likely similar for everyone. With this, you can find a template you personally like, make the needed changes based on the video
Want to master Clean Architecture? Go here: bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt
0 error(s), 0 warning(s) 👍
This is always the first thing I want to enforce.
But don't bother when you need to maintain older projects that didn't have this from the start ... 😅
This is so cool. Thanks Milan for sharing 😍
Awesome, glad you found it useful :)
Small but useful tips. Thanks!
Most useful thank you Milan!
Glad it was helpful!
Thank you for the video. Let's say I wan't to add a web app into this solution that comunicates with this API, what would be needed to do in docker-compose?
Very great, thanks for the suggestions.
Sure thing :)
Does Aspire have support of container scaling?
Great things to start a project please. I also add logging and open telemetry
Great video Milan! One question, that option to Add Docker support is related to the .NET version? or to the IDE version?
(Asking because i'm currently working into a .NET 6 project + Visual Studio 2022 and i tried to right click to check if i had that option and i don't)
VS 2022 should work
Love it ❤
Thanks!
Thanks a lot!
There has got to be a way of automating all of this so it is included in 'dotnet new'
You can absolutely make templates that do these things, the main reason for a video like this like this is to understand what is being setup, and why these things are set up the way they are.
Personally my favorite existing template is the clean architecture template by Steve Smith, but even with that template there is quite a few changes i would make
Its likely similar for everyone. With this, you can find a template you personally like, make the needed changes based on the video
Does this work only in net9? in my net8 its breaking
It should work fine. What's breaking?
@@MilanJovanovicTech says the net framework, "ResolvePackageAssets" task was not given a value for the required parameter "TargetFramework".
@@MilanJovanovicTech It cant find the net framework it says
Thanks for sharing
My pleasure
Thanks
No problem!