e1f18e90d3
Following a recent PR that improved performance by removing the initialization of a value assigned to an unused variable, I wanted to enable more analyzers to prevent this in future. Unfortunately there's not an analyzer that'll catch all instances of this. Within VS we have `IDE0059` already, and this PR turns it into an error (rather than a hint) but it won't catch everything. The things it did flag are fixed here. |
||
---|---|---|
.. | ||
Build | ||
IO | ||
Mocks | ||
ProjectSystem | ||
Properties | ||
Resources | ||
Setup | ||
Telemetry | ||
Text | ||
Threading/Tasks | ||
Utilities | ||
GlobalSuppressions.cs | ||
Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests.csproj | ||
OrderPrecedenceImportCollectionExtensions.cs | ||
RequireModifierAttributes.cs | ||
StringComparisonTests.cs |