amyboose

Results 15 comments of amyboose

> @amyboose Please post the code that uses the entities, and the exceptions and stack traces you are seeing. My exception after using command "add-migration init": PM> add-migration init Build...

I know that the the code works without navigation property. But in other cases navigation binding works well. Just many-to-many case throws an exception. This approach can confuse the user

I haven't an answer. Didn't check other cases where EF Core will search navigation for IReadonlyCollection. I just followed the advice of Microsoft documentation.

https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/infrastructure-persistence-layer-implementation-entity-framework-core

My case is similar. I have Npgsql provider and EF Core version 8.0.4. My code: ```C# using Microsoft.EntityFrameworkCore; using Npgsql; public class Program { public static void Main(params string[] args)...

I've created buildkitd v13 using docker: ``` docker run --rm --privileged -d --name buildkit moby/buildkit ``` buildctl is located on Windows machine. My command to build image: ``` buildctl build...

> Try running the buildkit daemon with > > ``` > docker run --rm --privileged -d --name buildkit --env "HTTP_PROXY=" --env "HTTPS_PROXY=" moby/buildkit > ``` > > or if you...

Recently my organization disabled firewall for ```.docker.com``` host. The error from header is still exists. Executing docker with openssl on ```auth.docker.io```: ``` docker run -it --rm mcr.microsoft.com/dotnet/aspnet:8.0 openssl s_client -connect...

@TBBle Can you look at my last comment, please?