I'm trying to implement this feature.
I created a resource and set it access modifier
to public
, also Custom Tool
property value to PublicResXFileCodeGenerator
.
I'm trying to get an instance of this resource but I can't, either with strongly type the resource name nor with Type.GetType("WebProject.Resources.Home.ViewModels.ResourceName1");
.