SSWConsulting / SSW.CleanArchitecture

SSW Clean Architecture Template
https://sswconsulting.github.io/SSW.CleanArchitecture/
MIT License
124 stars 24 forks source link

🔒 .NET 8 - Add NuGet security auditing to csproj files #68

Open william-liebenberg opened 1 year ago

william-liebenberg commented 1 year ago

We should enable NuGet security auditing by default to our csproj files as per:

https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/#enabling-security-auditing

danielmackay commented 1 year ago

This feature looks awesome. However, to use it we will need to upgrade to .NET 8 Preview.

Do we want the template to be based on preview versions of .NET? Or do we want to stick to GA .NET versions, and let consumers decide if they want to risk running on a preview?

danielmackay commented 1 year ago

As discussed with @william-liebenberg and @Hona we will hold off on this until closer to .NET 8 release.