rizi
rizi
> This is EF Core limitation. With local collections it can do only `Contains` or VERY simple Any, which is not your case. Check my [SO answer](https://stackoverflow.com/a/67666993/10646316) Thx for the...
> Hi, Thx for the hint, I was able to create a "generic" solution that should work for any type (not only for IFoo/IAsyncRetryPolicy) --> of course it's a first...
> @jeremydmiller I have another question when I derive from Instance I have to implement three methods Variable CreateVariable(BuildMode mode, ResolverVariables variables, bool isRoot) object Resolve(Scope scope) Func ToResolver(Scope topScope))...
@jeremydmiller are you interested in a PR? If yes, please let me know and please answer my questions above? If no, I will close the issue. Br
@jmezach now that we have support for project references would it be possible to reference a master.dacpac "directly" (e.q C:\Shared\master.dacpac)? Without a nuget package? br
@Nachtlichtermeer I have the same problem ``` ==> /var/www/foo/logs/error.log
@gggirj would it be possible to create a installer for version 20.x, or tell me how to do it? br
We are also interested in this feature!
We have the same issue, just clicking on 'Find file' crashes VS 2022. br
> I looked into this... there doesn't seem to be a straightforward way of solving this. > > `CustomInstantiator` builds a 'CreateAction' which is for the 'Create' action within Bogus,...