R
richlm
If I embed a resource with filename "test_cs.xslt" in my c# project,
Assembly.GetExecutingAssembly.GetManifestResourceNames works as expected.
If I change the filename to "test.cs.xslt" I get 0 items.
Is there a good reason for this behaviour or is it a bug?
Assembly.GetExecutingAssembly.GetManifestResourceNames works as expected.
If I change the filename to "test.cs.xslt" I get 0 items.
Is there a good reason for this behaviour or is it a bug?