devhl-labs
devhl-labs
I see now if you navigate via page buttons then the event listeners are not added.
[csharp-netcore] Generic Host: Generated Model ctor has more Parameters than the other Library types
How many parameters does the spec say there are? I suspect the problem is not about the format, but rather the readOnly. In either case, I'm not sure why the...
[csharp-netcore] Generic Host: Generated Model ctor has more Parameters than the other Library types
Why should readOnly be excluded? If it is excluded, how do the properties ever get populated?
[csharp-netcore] Generic Host: Generated Model ctor has more Parameters than the other Library types
Actually I saw this. As far as I can tell, the issue here is not that generic-host is making too many parameters, it's that other libraries don't have enough, plus...
I'm no longer using many of the default templates from the rest sharp library, so it may be time to move this library to another generator. This can be another...
This is intentional. In C#, a class gets it's own file. That means a generic class must have some different file name than it's non-generic counterpart. We use `x where...
Failed samples are not related.
I just saw this. The scopes solution did not work for me. The post keywan2020 links worked for me. I had to create a new project, api key, and oauth...
This is an issue for me too. Any word on getting it fixed?
This is an obvious improvement, though what I would really like to see is for the discriminator string not be in any of the classes. Once you're in the class,...