mayerc
Results
2
issues of
mayerc
Repro steps: 1. Create a new _Universal Windows_ app project in Visual Studio 2015 2. Install MSBuildTasks nuget with `Install-Package MSBuildTasks` Expectation is `MSBuild.Community.Tasks.dll` and `MSBuild.Community.Tasks.targets` are installed and added...
I have a custom msbuild task that specifies a public parameter of an enum type (CompressionLevel). msbuild rejects the parameter, even though the assembly reference is listed. ``` D:\CustomTasks.proj(52,25): error...
help wanted
triaged