ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Fix / re-evaluate Blazor disabled code analysis rules #2453

Open msmithNI opened 3 weeks ago

msmithNI commented 3 weeks ago

🧹 Tech Debt

Currently we have a decent number of disabled code analysis rules on our Blazor solution, accrued over time (with analyzer package updates / .NET updates). We should do a pass over them and see which can be easily fixed / re-enabled.

The bulk of these are in blazor-workspace\.editorconfig, but there's also a few in the individual .csproj files to evaluate too.