John Paul R
John Paul R
This error can sometimes occur when the spec does not match what is present in the actual dat file you are trying to read.
To be a bit more specific: I'm not sure if that is the only thing that can cause this error, but it's the only thing that I've personally had cause...
*checks project's commit history* It seems that some people occasionally submit specification updates, but I don't see a standard release cycle anywhere. Generally, if I have a spec error I...
I am willing to implement this feature if we can get confirmation (from a maintainer) that it is desired. This is currently one of the few formatting idiosyncrasies (compared to...
@dsherret Would you be willing to accept such a contribution?
Can also reliably reproduce this (e.g. `/tellraw @p "testing"` -> crash). Originally reported to me through this issue https://github.com/John-Paul-R/Essential-Commands/issues/91
Are parameters with default values still unsupported by NSwag?
related: - https://github.com/RicoSuter/NSwag/issues/2674 - https://github.com/RicoSuter/NSwag/issues/3697 related (?): - https://github.com/RicoSuter/NSwag/issues/2516
Full exception, for completeness's sake: ``` The expression 'a.GroupBases.AsQueryable().OfType()' is invalid inside an 'Include' operation, since it does not represent a property access: 't => t.MyProperty'. To target navigations declared...
This was also referenced here https://github.com/dotnet/efcore/issues/3910#issuecomment-1405969545, where the reporter "solved" the issue by materializing first, then filtering in memory. This is far from ideal, however, especially when dealing with either...