Generated code won't compile if a property named "System" exists
Open
priority 2
tooling
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
I have create a connected service from a wsdl provided by a customer.
The generated code won't compile because the code contains a class with an object called System. This breaks the XmlElementAttribute since the compiler tries to use the property System instead of the namespace System.

Manually prefixing the namespace with global:: fixed the issue for now.
Contributor guide
Assessment
This issue has not been assessed yet.