common icon indicating copy to clipboard operation
common copied to clipboard

THIS REPOSITORY HAS MOVED TO

Results 11 common issues
Sort by recently updated
recently updated
newest added

…tool This allows to run DotCover on Linux without mono Hereby, I swear that the pull-request: - [X] Follows the [contribution guidelines](CONTRIBUTING.md) - [X] Contains my own work - [X]...

This repository will move to the original umbrella repo at https://github.com/nuke-build/nuke

Added ConsoleLogger and FileLogger to MSBuildSettings, allowing fluent API specification of parameters for file loggers and the console logger when running MSBuild. Example: ``` MSBuild(s => s .SetTargetPath(Solution) .SetTargets("Rebuild") .SetConfiguration(Configuration)...

Similar to the logger used in DotNetTasks, this one parses the log strings to redirect them to the correct method in the Nuke Logger.

Hi... I gave [this issue](https://github.com/nuke-build/nuke/issues/27) a try and added an implementation. I added the GetParameterGeneratedDescription Method to the ParameterService and used this method in the PrintParameter Method, when the parameter...

The property keys changed format int he latest nuke, but this extension is still looking for the key in the old format

As we had discussed earlier this an adjustment to my old PR. * Made all properties on `ExecutableTarget` public, but with internal settings where appropriate * Made `ExecutionPlanner` public *...

Resolves: nuke-build/nuke#301 /cc @matkoch

Don't forget to add this to your csproj: ```xml all ``` If you need a repo with nbgv configured you can use this ones: https://github.com/StackExchange/Dapper https://github.com/StackExchange/StackExchange.Redis https://github.com/Humanizr/Humanizer