David Nelson

Results 22 issues of David Nelson

The XUnit task is currently in the main repository, while the MSBuild task is in its own repository. I like the idea of keeping MSBuild in its own repository, since...

build

Currently the acceptance tests take 42 seconds to run on my laptop. More than a third of that time (16.5s) is taken up in the "LogLevels.SpecifyingLogLevel" test, which tests 17...

on-hold

Currently the Xunit task Xunit as an external process. This has a number of downsides: 1) The task must detect what runtime to use in order to launch the process....

discussion

I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on my own work - [x] Is in compliance with my employer Fixes #779 The...

area:core

### Usage Information Mac / Windows ### Relevant Code / Invocations ```code 0. Ensure that a dotnet SDK matching what is in global.json (currently 5.0.200 and following minor versions) is...

area:core

On Mac, the dialog opened by "Open Project/Solution" allows selecting solution (\*.sln) files, but not C# project (\*.csproj) files (or any other project files). This seems to be because the...

help wanted
up-for-grabs
avalonia

The Build Parameters screen includes a "Copy command line to clipboard" button; however, the line to set the clipboard value is [commented out](https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/65b240d7a01884613a7e02acc4db857f05af2f16/src/StructuredLogViewer.Avalonia/BuildParametersScreen.cs#L72), presumably because there is no cross-platform `Clipboard`....

help wanted
up-for-grabs
avalonia

**Describe the bug** Running Stryker on a project with a modified `IntermediateOutputPath` MSBuild property results in two copies of the `*AssemblyInfo.cs` file being generated and included in the build, which...

🐛 Bug
Area: Buildalyzer

As noted in #392, all existing samples and tutorials that I can find online show how to use CCApplication. CocosSharp 1.7 seems to have eliminated CCApplication in favor of CCGameView;...

`dotnet format` is currently difficult to enable on a large existing project in an incremental way that creates small, reviewable change sets. The most notable example is the `whitespace` command,...