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.
🧹 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.