Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Errors when assemblyname starts with a number #1880

Open
sbloomztf opened this issue Dec 2, 2024 · 1 comment
Open

Build Errors when assemblyname starts with a number #1880

sbloomztf opened this issue Dec 2, 2024 · 1 comment

Comments

@sbloomztf
Copy link

sbloomztf commented Dec 2, 2024

for example...

<AssemblyName>012Numbers And Spaces</AssemblyName>

Results in....

'global::WinRT' is a namespace but is used like a type
'WinRTExposedTypeAttribute' does not contain a constructor that takes 3 arguments
The name 'umbers_And_SpacesVtableClasses' does not exist in the current context

@manodasanW
Copy link
Member

Looks like we will need to escape with a _ prefix when it starts with a number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants