Brandon
Brandon
@mikependon Yeah, it's an interesting question, and for example impacts the work I'm doing on the HotChocolate.RepoDb.SqlServer package.... The HotChocolate team supports both cursor & skip style of paging they...
I was thinking it wouldn't be a breaking change at all, just a couple of net new apis taking in the skip/take parameters and leveraging the same internal plumbing (slight...
Seems like some caching on the fields would solve the slow issue? Here's a Helper class that wraps it up with a cache.... can't use a Custom Extension because TypeAccessor...
Yep I agree, this component has been one of my absolute favorites and most useful (especially Pico remotes)!
Yeah 3GB is unacceptably high…but it also feels odd that an otherwise simple string cache would be so large in memory. Have you tried a POC to read the byte...
@mikependon , I can’t remember exactly how I was validating it at the time but it was definitely an issue…but as you alluded to that was related to using `BulkInsert()`...
👏 Yes this is a much needed enhancement as it opens the possibility to use features currently not supported that would require fully managing the SQL command and inability to...
Still seems to be an issue in our Linux deployed Azure Functions as there is still no automatic handling of response compression based `Accept-Encoding` header. However, it's not too hard...
+++++1 for this to be added, ugggg It's pretty dumb that there is no way to copy/paste specific variables, or a set of them.... even if we could just view/edit...
@AlexSchuetz sorry for the delayed response. I will have to look more closely into this, but you may be correct. I have never tried executing the FO.Net (cloned from original...