Shane Krueger
Shane Krueger
Ok so then is there anything for the analyzer to do at this time?
It doesn’t automatically add properties for constructor parameters unless there is a corresponding readonly property - see #3782 . Adding support for ctor parameters without a matching property would change...
Now we should have a very well-defined operation to pattern this source generator from. No ambiguity for the constructor selection. Constructor parameters and supported in a defined manner. Init-only and...
And as fast as dynamic compilation is, it doesn't work for scoped schemas (currently) or when the project is AOT compiled.
Todo: update documentation
I think this concept has merit, specifically the `AddBatchDataLoader` method, but the `AddCollectionBatchDataLoader` method doesn't make sense, as there may be multiple data loaders needed for the same returned type....
There is a way to do .... something similar ... with the current data loader design. If you write a custom implementation of a `DataLoaderBase` and register it as a...
I have rewritten all of the server documentation within the README.md file of the server repo. The documentation is extensive and covers nearly every bit of the server repo. It...
Just to be clear, this is just a feature request, not tracking a bug, correct?
Currently if a document passes validation it is cached (when caching is in use). Validation rules can be marked to be run always even on cached documents; useful for authentication...