miegir
miegir
Maybe this repro can help or maybe it is another problem: 1. Install Visual Studio 2015 Color Theme Editor extension from https://visualstudiogallery.msdn.microsoft.com/6f4b51b6-5c6b-4a81-9cb5-f2daa560430b?SRC=VSIDE 2. Change theme to Solarized (Dark). 3. Open...
By the way, this error message is the MS XAML compiler bug. It is going to throw error that F# is not supported, but on the way to do so...
I'm not sure whether the authors ignoring us, but meanwhile I have the following "polyfill" that can be added to the project to resolve the problem: https://gist.github.com/miegir/63961ebdc117ed74e1dd79a5f5afd190.
Same problem for me. My yaml is: ``` yaml - task: DotNetCoreCLI@2 displayName: 'dotnet test' inputs: command: 'test' arguments: '--no-build --configuration $(BuildConfiguration) -p:TestingPlatformCommandLineArguments="--report-trx --coverage"' ``` And I get exactly the...