Sven Hübner

Results 50 comments of Sven Hübner
trafficstars

@mattjohnsonpint No, my experience is build failure when using `` (singular).

@mattjohnsonpint > If you can make a minimal repro, that would help I was going to, don't worry. This is the repro for the same errors (with one error each...

No impact I know or care about. I was just curious whether this was deliberate and why or an oversight 🙂. I just had to set EnableDefaultItems to false myself....

Hi Michael, I would love to contribute. What would the requirements for the generator be? We could allow the same configuration options as the console application, since those options are...

Alright, I will see how much time I have this week. I will create a PR for discussing the details when I have a first draft. Do I have to...

The spirits of the past come to haunt me 😉. I said I would do it and then did not. I am sorry. The PR should work in principle. There...

@mganss I am capable but on a very tight schedule. I will see what I can do but do not expect anything within less than two weeks. I hope it...

Alright. I rebased my code and made some changes (in particular all settings are now scoped to an additional file aka a schema file). It works for me in the...

I just investigated the issue and the reason for the deviating behavior seems to be that VS 2022 (17.1.5) has -- at source generator runtime -- System.Collections.Immutable 5.0.0 loaded, whereas...

For the time being I updated the PR to a working state by changing XmlSchemaClassGenerator's dependency on System.Collections.Immutable from 6.0.0 to 5.0.0. The appveyor build still fails, now for a...