Extras for New .NET Projects
Extras for New .NET Projects
https://www.youtube.com/watch?v=QRgtcbxJlo0&ab_channel=MilanJovanovi%C4%87
1) solution editor config
By clicking solution > right-click > Add > New EditorConfig menu option.
2) solution Build file
By clicking solution > right-click > Add > New XML file > then name Directory.Build.props
3) solution Packages file
By clicking solution > right-click > Add > New XML file > then name Directory.Packages.props
then take any Nuget packages and copy to this file in the <ItemGroup> area. Change PackageReference to PackageVersion.
4) add SonarAnalyzer CSharp for code quality
5) add Docker support
By clicking project of Web.Api then right-click > Add > Docker Support.
6) add container orchestration support
By clicking project of Web.Api then right-click > Add > Container Orchestrator Support.
7) add .NET Aspire container orchestration support
By clicking project of Web.Api then right-click > Add > .NET Aspire Orchestrator Support.
Comments
Post a Comment