Alistair Chapman

Results 38 comments of Alistair Chapman

More generally, hard-coding this to `~/.vfeed/` (as #54 does) without any way of overriding that seems to be essentially just as questionably opinionated as hard-coding it to `$PWD`. Could it...

Can these updates to go to a different tag or something so that `@v1` continues using the older (known working) method and the new and improved goes to a `v2`...

This file is part of the NuGet package and will be included as part of the built output. You do not need to manually add that file.

> where is that stated? OP is simply pointing out the default steps to add BlazorComponents as per official Microsoft Docs I interpreted as coming from the MatBlazor docs rather...

Are we sure that all of the other MSBuild options also support the "comma delimited values with a single key" format that WarningsNotAsErrors does? Because the `GetPropertyArguments` method is used...

Okay so jumping in on this there's a difference between VSTS/TFS and hosted agent/own agent, since it's (theoretically) possible to have any combination of those. So, short version is that,...

Any thoughts/feedback before I start on this @Cheesebaron or @patriksvensson ? I've talked to Microsoft about it, so I'll try and improve the logic as well as adding that new...

Okay so I don't think removing `IsRunningOnVSTS`/`IsRunningOnTFS` is either a) the right call or b) something we can change at this point (that's one hell of a breaking change). As...

Agreed that it would be good to centralise this (few other candidates for that) 👍 @daveaglick I've used Ensure.That from @danielwertheim before, but looks like the source-only version hasn't gotten...

Additional reason to centralise this I just noticed: the `Cake.Prca` validation examples @pascalberger linked to currently show up on just about every type in the documentation, which could be a...