You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
Visual LocBaml reports no localizable assemblies found in a localizable WPF project. It would be helpful if some sort of diagnostic information was available to support investigation short of cloning the repo and debugging.
x64 build from Visual Studio 15.8.2 with an assembly utilizing the default Properties\Resources.resx for invariant strings and producing satellite assemblies in the expected culture folders. Relevant XAML elements have Uid attributes, also per instructions. Target framework is .NET 4.7.1.
From a look at the (possibly stale) Visual LocBaml sources in this repo I did notice LoadedAssembly.IsNetAssembly() p/invokes GetFileVersion() rather than using supported assembly paths. I'd expect this to be fairly stable but it's a potentially fragile failure point.