Pascal Berger
Pascal Berger
This could also be helpful Cake internally to simplify argument checking, like its eg done [here](https://github.com/cake-build/cake/blob/develop/src/Cake.Core/CakeContext.cs#L38). If this is of interest I can provide a PR for a class similar...
OK, I'll create a PR containing a class based on the ASP.NET boilerplate.
Since there's currently [only interest for aliases providing argument checking](https://github.com/cake-build/cake/pull/1586#issuecomment-298260600) but not also for a public class which can be consumed in addins, I'll leave this to someone else for...
This came up a few time lately. Also related discussion: https://github.com/cake-build/cake/discussions/3130
Related to https://github.com/cake-build/cake/issues/2746
> The 'moderation' page is quite a long web page. I wonder if it would be better to split it out into separate pages for each section? Agreed. Splitting into...
@daveaglick Thinking about giving this a try. A possible design could be to introduce a new `IAnalyzerReporter` interface, with an implementation to use the logger of the engine (current behavior)...
@mherger I see the UX challenges for this in the player interface, but I think this would be quite a nice feature for the WebUI (and provide it trough the...
+1
There's another project on GitHub for an API to TFS/VSO: https://github.com/ethomson/infinity.net. There's currently work done there for work item support.