Michael Ganss
Michael Ganss
See #491
This message was probably just because it was the first run and it shouldn't occur on subsequent runs. Does the SyncInfo table exist now in the database?
I'm hesitant to consider this as it would mean you would have to be able to provide a mapping from C# namespace names to file names. It's complicated enough already...
Keep in mind that if there's more than one C# namespace there would have to be a way to configure the mapping between C# namespaces and files. I doubt that...
You need to specify the fully qualified type name, e.g, ```--ct System.Collections.Generic.List`1```. Also, some of the other options like `--outputTypes` do not exist in xscgen. I suggest starting from a...
I agree with @tiesont that we shouldn't add more properties to the default allowlist. If anything, we should probably allow far fewer by default, forcing users to think about which...
@tiesont is right, this is an issue in AngleSharp.Css. I have reported here: https://github.com/AngleSharp/AngleSharp.Css/issues/193
Thanks a lot for mapping out a solution already! Could you make a PR?
Can you attach a demo MP3 file here? Thanks.
I assume you're referring specifically to the private setter (or lack thereof). This may be an issue in xscgen but I'm not sure if XmlSerializer is happy with a private...