Phil Haack

Results 132 comments of Phil Haack

Ok, I figured out a fix for my scenario, but it applies to asp.net core 3.0. I haven't investigated a asp.net core 2* fix. Here's the change to make in...

Looks like I get `String` before `string`

Microsoft.CodeAnalysis.CSharp v`3.8.0`

I like this idea. Just need to figure out where to save them.

I just ran into this on Mac OS with the `main` branch. `> dotnet --info` ``` .NET SDK: Version: 8.0.203 Commit: 5e1ceea679 Workload version: 8.0.200-manifests.a7f084b6 Runtime Environment: OS Name: Mac...

I’d accept a PR for them!

> So I don't believe that simply not logging a call will help, but instead will bring other issues. I agree with this. It still needs to be logged, but...

> Update the final command to `xargs -r git branch -d` (passing `-r` to xargs so as not to run the command if the input is empty) to resolve. Want...