Raphael Schweizer

Results 14 comments of Raphael Schweizer
trafficstars

Thanks for these checks! I only get the warnings during build (not restore) and only with the preview SDK 6.0.200-preview.21617.4. With 6.0.101 everything is OK.

Using v0.288.1 and `dev.containers.mountWaylandSocket: false` works for me using Rancher Desktop 👍🙏

@OneCyrus I believe this needs to go into the user settings and not the devcontainers.json as it is specific to the machine setup and not shared via e.g. GIT.

It seems this is intended: #1292 last bullet point. It's painful for me too, but then I don't know the reasons behind 🤷

That Newtonsoft logic seems very promising... ctor support has been added to STJ in 5.x I guess this would allow cleaning up the Newtonsoft special casing. - Is there already...

This would also be nice for scalatest output

@vasily-kirichenko The easy part is expanding the environment variables once on compile time, i.e. `FileSystem.Path = @"C:\Windows\"`. Then, when deploying the compiled program to another machine, the path stays the...

Also [with formControl](https://github.com/bbvch/CheckboxError/blob/main/src/app/app.component.spec.ts#L25), I think this might be related to other "Checkbox XYZ does not work with reactive forms" issues, e.g. #14880 and #15033

> My personal preference is option 1 or 2, but all 3 would solve the user-facing problem. As a user I'd prefer option 1, as that would be the least...

related: https://github.com/dotnet/aspnetcore/issues/39631 but now affecting the OpenAPI document generation