Daniel Cazzulino

Results 360 comments of Daniel Cazzulino

@abock would this PR remove the need for https://github.com/xamarin/mirepoix/blob/master/tools/ILRepackPatcher/ILRepackPatcher.cs?

Same issue here: https://github.com/devlooped/sponsors/runs/7789936995?check_suite_focus=true. This should totally be ignored by the action.

Well, one key thing that this project provides is the ability for the code to be fixed *on the dev's machine* way before they commit. So the only way this...

yeah, I think the scenario in my case is where you run it on the root of a repo, which typically contains one or more solutions down to the `src`...

Hi @sebnilsson! One of the things I do quite frequently is run a shell tool to "Clean Sources" that I've been keeping around for years now (from before [Scott even...

I can use powershell all-right, but in that case, why would I use your tool at all? ;) The point is precisely *not* to have to use powershell and just...

Yep, walking and killing folders recursively, plain and simple. Exactly as the Clean Sources shell extension mentioned above does. Sure, it won't be great for everyone, which is why they...

In my case, it was a `header-label=` in the config 😞

Agreed with this, just spent some time trying to get things to work until I found this. My workaround was to create a `Uri` from the string and just pick...

So how is that integrated into `Microsoft.Alm.Authentication`? Does it "just work"? Thanks!