Synchronization Acknowledgement

Results 67 comments of Synchronization Acknowledgement

I actually looked into it a little bit. The way it works is as follows: - `ImplicitUsings` is set to `enabled` here, which enables it for everyone using `Microsoft.NET.Sdk` and...

What I did at work for now: - Create a folder called `GlobalUsings` at the top level, containing files like `Microsoft.NET.SDK.cs`. - Each file contains the `GlobalUsings.g.cs` contents that would...

I tried to build OmniSharp to see whether I could figure out what path it was trying to load that was causing this error but I'm having a lot of...

I think I figured it out. It's because to load analyzers, OmniSharp loads them directly into the current AppDomain instead of using a separate one. If an assembly shipped with...

> Why is Omnisharp trying to load the Version 9.0.0.0 of the library when I have set the sdk path to 8.0.403? OmniSharp likely uses your project's NuGet dependency graph,...

~~Relevant Electron issue: https://github.com/electron/electron/issues/45862~~ ~~Looks like it will be fixed in Electron 38, which will pick up Chromium 140.~~ My bad, this is the map issue, not this one.

As a data point, I had to do this because the default `nonMasqueradeCIDR` overlaps with Tailscale's IP range (almost exactly, actually) causing pods to not be able to communicate while...

Sorry for not getting back on this. I disagree with the decision but respect it. Is there a way to achieve what I want to do in Pkl, then, without...

This should be *slightly* easier to fix now that Zig 0.13.0 is out and has had the `std.os` -> `std.posix` rename, and the removal of non-POSIX stuff. It will help...