Jeffrey Rennie

Results 45 comments of Jeffrey Rennie

FWIW, I wrote a 30-line powershell function that will convert a VS 2017 .csproj (including .NET core .csprojs) to a primitive VS 2015 .csproj, so codeformatter can still format my...

@kelsk To prevent pipeline injection attacks, it's important that this repository enable branch protection. Is there something preventing you from doing it today?

> This sample code seems to be really outdated. Which code?

I don't think so. I recommend removing the sample.

Instead of `Set-`, could something like `Update-GceInstance $sqlInstance` work?

The semantics I'm proposing is that: ``` Update-GceInstance $sqlInstance ``` takes no other arguments. It observes whatever fields differ in $sqlInstance from the live values, and updates the live values...

This didn't help either: ``` gcloud components --help PS C:\Users\root> gcloud components install powershell All components are up to date. PS C:\Users\root> ```

Thanks for reporting this issue, Dan. I don't know the repo tool well. To help me understand, could you describe in these terms: 1. What you did. 2. What you...

Here's the build log: ``` Publishing WebApplication2 to Compute Engine. dotnet publish -o "C:\Users\DPE Admin\AppData\Local\Temp\0jyto2oj.5pm" -c Release Microsoft (R) Build Engine version 15.4.8.50001 for .NET Core Copyright (C) Microsoft Corporation....

It definitely looks related to that issue, but I don't understand how to work around it.