Max Pixel
Max Pixel
Adding support for navigation-property via constructor is essential to accommodating C# 8.0's new nullable reference mode. ```csharp modelBuilder.Entity() .HasOne(w => w.Owner) .WithMany() .HasForeignKey("OwnerId"); ``` ```csharp class Workstation { public User...
> Shouldn't the concurrency be managed at the language-level in that case (go routines with a waitgroup)? This is exactly what I've done in my dotnet SDK since the 0.9...
> The result of the first one is what gets exported during dagger init or dagger develop, but also runs automatically during a dagger call. I noticed this while developing...
The use case for this is being able to lint in RUN steps that have a cache-mounted `/var/cache/dnf` (that therefore won't end up in the layer) and use `--cache-only` to...
Actually, I disagree with the statement "This is a perfectly sane default". All or nothing are the only reasonable defaults. A particular `dnf install` command I ran outputs ``` Dependencies...
Following those instructions allow us to have containers with IPv6 addresses, and to ping those containers from the outside, but you will still not be able to ping a public...