Open Hellager opened 1 year ago
@Hellager The property AppName is the base name of the DLL or EXE containing the SVG file. WPF designer does not provide a interfaces at design-time, so AppName helps to identify the DLL/EXE containing the SVG. I do not know if there is a special behavior of DLL/EXE name in snake case - will have to look into it.
I'm a front end developer and new to c#, prefer to use snake case in code. So when i create a project which has a snake case namesapce, the svg image will not show unless it's camel case.
Is this designed to be working like it ? Or we should be able to use snake case?