rizi
rizi
I've created a very sample solution to reproduce the issue: I only use the LinqKit.Microsoft.EntityFrameworkCore 5.0.x package, do I need something more? The code below was working fine in EF...
Hi, I know it's not the best solution, but we have exactly that use case: ``` _.For(typeof(IFoo)) .Use(x => { var ParamType = x.BuildStack.Current.RequestedType .GetGenericArguments()[0]; return BuildUsingFooFactory(ParamType); }); } ```...
### Steps to reproduce 1. Login to TeamPass 2. Open an item within my personal folder 3. TeamPass shows me the following info: "Teampass has been upgraded to a new...
Any plans to support VS 2022 (will be released on November 8, 2021)? Br
Generate fake from proto (gRPC) - class causes a fatal error / crashes the whole test runner process
When trying to create a fake from a generated class (gRPC object), the following error (crashes the whole test runner process) occurs: **Exit code is -1073741819 (Fatal error. Internal CLR...
Hi, With this fix: #143, private readonly fields are now also set automatically, is there a way to prevent/controll this with some kind of configuration (per type)? This can cause...
### Environment - Git Extensions 5.0.0.17897 - Build 2a3b78b868e7757d986c49bbfc03406b38f1ffe9 - Git 2.46.0.windows.1 - Microsoft Windows NT 10.0.22631.0 - .NET 8.0.8 - DPI 96dpi (no scaling) - Portable: False - Microsoft.WindowsDesktop.App...
**Description** We have the following definition of an api-endpoint: ```cs[Post("api/TransferFormats")] Task TransferFormatsAsync([Body] IReadOnlyCollection formats); ``` When we call this endpoint, like this (**with collection expressions**) we get 200 OK, but...