Inaccessible, Internal, Resource Files?

For the Mac / visual studio 2017 guys , Open .Designer file and make your classes public :

Folder:

enter image description here

Change internal to public and save:

enter image description here

Update: It may Default back to internal. everytime you make changes which you want to make this change listed here

  1. Right click on Resource file ( resource.resx ) => Properties.

  2. Custom Tool => Change to PublicResXFileCodeGenerator


Yep... didn't see this. Open up the resource file in design mode and change the access modifier (at least, on VS 2013):

enter image description here