Nico

Results 22 comments of Nico

Same issue here, using VSTest@2 i cannot get my tests to execute. We do not pass a TestAdapterPath into VSTest task, VSTest sets this to the build.sourcesdirectory on its own....

Thank you @nohwnd, i actually found that out an hour ago as well, thank you for posting that here! So to confirm, my issue is resolved by passing another location...

HI @Olina-Zhang I tried with version 23.2.4 as well, here the DesignToolsServer is loaded instantly and very rapid ![image](https://github.com/dotnet/winforms/assets/93312076/72b3b405-ad04-43cc-a930-7a804e55f92b) We have multiple users in our group that cannot load the...

I drilled down a bit further into the package dependencies and found something interesting that fixes my test solution. Inside the DevExpress.Wpf.Core 22.2.4 package they have a "DesignerRunner.exe" ![image](https://github.com/dotnet/winforms/assets/93312076/24dd07a0-c166-4028-8b6c-75caab8ae111) in...

Broken: ![image](https://github.com/dotnet/winforms/assets/93312076/c02788df-aa81-4e6e-b26b-e3e6a5f3360a) Working: ![image](https://github.com/dotnet/winforms/assets/93312076/287bf454-277a-4df5-8c35-1a519f4efae5)

Small update from my end. I managed to upgrade out application to the latest DevExpress, version 23.2.4 While i had good results in my sample project, it is not working...

We started seeing this issue after updating to the latest .NET 6 and .NET 8 SDKs yesterday, both our NET 6 and NET 8 products are affected and are unable...

As per the recommendation of @manodasanW we attempted to use the version published last night ``` 10.0.19041.52 ``` via: https://github.com/dotnet/sdk/issues/44145 This did not fix the issue, the error remains the...

Even with diag logging, the string "'WinRTAotSourceGenerator' failed to generate source" does not exist in the log file. The only hits on WinRTAotSourceGenerator are still these: ``` 4> C:\Development\Main\.int\Debug\addinspecflowtest\net6.0-windows10.0.19041\win-x64\WinRT.SourceGenerator\Generator.WinRTAotSourceGenerator\WinRTGlobalVtableLookup.g.cs(5,19,5,50): error...

This is output from the Output window in Visual Studio.