Alex
Results
1
issues of
Alex
### Describe the bug Names of of Types are not CLS-compliant. Minimal repro: ```csharp using System.Xml.Serialization; public class A{ } new XmlSerializer(typeof(A)); ``` will result in: ``` Error: System.ArgumentException: Identifier...
External