Muhammad Miftah
Muhammad Miftah
Thanks for this; the first one I'm already aware of and am trying to fix it in the [multipleEnumFix](https://github.com/mamift/LinqToXsdCore/tree/multipleEnumFix) branch.
Hi, are you able to provide a sample XSD that causes the issue? I have written only a single [test for this](https://github.com/mamift/LinqToXsdCore/blob/418e773776e4a4ced2beb9c3a2311ef574041c31/XObjectsTests/ConfigurationTests.cs#L33) that uses the RSS 2.0 XSD.
Hello, I just wanted to acknowledge receipt of your issue; this is an interesting error. I myself have not used and also not seen, thus far, anyone use LinqToXsdCore for...
Hello, Yes such a feature is something I myself have wanted more than a few times now. I'll see what I can do. Just out of curiosity, are you able...
Hi sorry, I have not yet wired up the new source-splitting functionality to the command line interface. My bad for not contributing to a separate branch. I'll comment again on...
Sounds like a neat idea; but if you do decide to implement this I strongly recommend that you implement it via post-processing the generated code, so use Roslyn transformations on...
You wouldn't happen to be will to share those XSD files would you, so I can debug this? The xs:include/import resolution logic I programmed was meant to handle recursive includes/imports...
You have to use a configuration file with CLR namespaces mapped to XML namespaces. See this folder for an example (it already uses the same XSD you're using): https://github.com/mamift/LinqToXsdCore/tree/master/LinqToXsd.Schemas/XSD
OK took a second look and it appears to be a regression bug with the code generator; it's supposed to prepend the `global` keyword when referring to the `TypeDefinition` of...
> While I Don't expect LinqToXsd to have a wide range of text operations, the .NET framework and or whatever templating language makes it a non-issue. May I ask what...