microsoft / Visual-Studio-Administrative-Templates

Contains the administrative template defining the Visual Studio functionality that can be centrally managed by group policy
MIT License
14 stars 12 forks source link

Fixup various analyzer warnings #116

Closed tydunkel closed 5 months ago

tydunkel commented 5 months ago

We have 2 analyzer warnings:

This PR fixes both of these, adding en as the neutral language and a using to dispose of the FolderBrowserDialog. It also removes an extraneous string.Format that is not needed.

The NeutralResourcesLanguageAttribute is used by .NET to identify which language is stored in the assembly and doesn't have a satellite assembly.