June Rhodes

Results 114 comments of June Rhodes

With #179, Protobuild-aware NuGet packages are now restored correctly by Protobuild. At the moment, we still use the v2 API, but we should transition clients over to using the v3...

Restoration of Protobuild-aware packages from NuGet repositories now works. Remaining work is to add command line options that allow specifying the source code repository and package type metadata on push...

I want to support this (it's been on my list for a while), but not as a special flag. My plan is to just compare the output of the generation...

I'm confused as to what you're trying to achieve. Are you trying to modify the resulting .csproj files? That can be done with `AdditionalProjectTransforms.xslt` or by overriding the other XSLT...

The list of `.csproj` files is predictable. It's just the `Folder` and `Name` in the `.definition` files inside the `Build/Projects` folder.

As long as "Instead, the Map object will be created using an already-opened file object" means we can pass a `Stream` into it, everything should be good.

So the incompatibility only occurs when you use the browser (Go client) with your Rust server? But Rust client -> Rust server and Browser (Go) client -> C# server both...

The native messaging part of WebExtensions isn't supported on mobile (at least in Firefox). We require a standalone helper with native messaging to actually send and receive UDP packets. That...

Hmm, I was under the impression that the boot script configured `environment.append-paths` to add the Git backend binaries to the `PATH`. But that seems not to be the case...

I haven't had a chance to review and test these PRs yet as I've been super busy with other work, but they look like good improvements. Thanks! They are on...