tapika
tapika
There exists one approach to mimic 3 state behavior - I needed this kind of system, because despite of default parameters , I need to re-define default parameters based on...
I have tried now to create projects & builders to show how whole system will work: https://github.com/tapika/test_codecov And now documented two code coverage methods - both using coverlet. And in...
Now I started to understand why there are all these options to enable code coverage - I have now updated pros/cons list for each code coverage test method into here:...
Please note that `[CommandOption("--myarg [VALUE]")] => [VALUE]` is important as well, will not without it.
I'm not sure if this is specified anywhere - but writing constructor like this: ``` [TaskName("Default")] public sealed class MyTestTask : FrostingTask { public MyTestTask(Spectre.Console.Cli.IRemainingArguments args) { ``` Allows to...
https://github.com/tapika/swupd/blob/develop/cakebuild/CommandLineArgs.cs I've initially sketched command line support for your own cake frosten build application. There are several hacks I have applied - hopefully they could be sorted out in both...
Can / could do it, but as this is kinda hobby, cannot use 24/7 time. I guess need to integrate changes directly into cake ? Should we aim to improve...
5th item - raised as it's own ticket to `Spectre.Console`: https://github.com/spectreconsole/spectre.console/issues/967
Please note that `class NuGetPusher` is sealed, so end-user cannot even override it. Also not so clear on where anykind of error handling should be located (`OnError` does not contains...
Compressonator solution seems to be outdated, non-buildable and non-working. What I have checked through - draco compression is disabled by default, after hacking projects and enabling draco, gltf refuses to...