-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-CompilersBugTenet-GlobalizationA feature does not work properly in a given locale or does not respect locale settings.A feature does not work properly in a given locale or does not respect locale settings.untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead
Milestone
Description
I observed that msbuild has special handling for satellite assemblies in their assembly loader:
Does Roslyn need to do the same when loading analyzers with localized resources? (fwiw, it does seem like the strategy of preferring assemblies in the same directory, then searching the entire set of provided assemblies, will work around the issue for us, but perhaps a satellite assembly test is missing.)
Also, the requirement that all analyzer dependencies be included in the same directory might also apply to satellite assemblies, which means that shipping the satellite assemblies in a nested folder is technically not supported.
stylesm
Metadata
Metadata
Assignees
Labels
Area-CompilersBugTenet-GlobalizationA feature does not work properly in a given locale or does not respect locale settings.A feature does not work properly in a given locale or does not respect locale settings.untriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead