dupletor
❔ About .NET Forms in Resources.resx files, what is the cost of removing PublicKeyToken?
Second time in a couple months where my project breaks PublicKeyToken thanks to VisualStudio updates, I noticed that if I just remove them from Resources.resx files, my project stops breaking during compilation.
What exactly is the cost of that? A quick search leads to it being easier to inject code and stuff, but I have zero worry about hackers in my system.
I just don't want to regret removing them 3 years from now and have no clue I actually needed them, since they have been there since I started the project.
5 replies