Carl Meyertons
Carl Meyertons
## 1. Description Global Query Filters throw a null reference exception when attempting to add in .NET 6 -- this is due to an internal change on ConditionalWeakTable -- it...
It would be great if there was PooledArray implementation along w/ the it's supporting LINQ methods (ToPooledArray etc)
Would it be possible to have a PooledLookup implementation that implements ILookup? This would drastically help us in scenarios we have a large (>1m objects), intermediate lookup we create that...
Have a feature request? Hi there! Great library, solving a very common problem with validate in general as there tends to be validation message "sprawl". Currently using `Vuetify` and I...
Wow this library is fantastic -- makes working with vuex modules much more intuitive and easy to use w/ type safety and intellisense! The first module I implemented had to...
Occasionally, this process will cause an Elasticsearch exception. I am currently running it as a nightly cron job in my k8s cluster. ``` 2018-12-12T03:00:15.661Z - ?[32minfo?[39m: Product sub-stage 6: Geting...
### Prerequisites - [X] Write a descriptive title. - [X] Search the existing issues. ### Summary of the new document or enhancement I struggled to find the correct way to...
**Is your feature request related to a problem? Please describe.** Importing bacpacs is extremely slow and resource intensive. **Describe the solution you'd like** In the ImportTableBatchHelper, the Batch Size is...
**Is your feature request related to a problem? Please describe.** There are a multitude of SqlPackage parameters that are not available publicly to c# via DacServices - namely MaxParallelism! I...
Any plans for supporting an AsyncEnumerable you can send to SqlBulkCopy.WriteToServerAsync? Are you accepting contributions? Would be more than happy to help out. Generally thinking, 1. Refactor shared bits from...