Albert Weinert
Albert Weinert
ReSharper relies also on the results of xunit and behaves not well because of that, https://youtrack.jetbrains.com/issue/RSRP-475867
ANCM as a Standalone Installer would be really nice for ASP.NET Core Deployment on Fullframework without the need to install the .NET Core Runtime.
Sorry, to interrupt this discussion ;) ```class MyClass { MyClass() { Values = new List(); } IList Values { get; set; } } ``` This is good coding practices, never...
@mpelesh maybe you have customized it. Can't reproduced that problem. ```c# public class EmptyListTest { private readonly ITestOutputHelper _outputHelper; public EmptyListTest(ITestOutputHelper outputHelper) { _outputHelper = outputHelper; } public class NullList...
Any chance to get NavigationGuards to work with script setup in Vue 2.7?
MS made this announcement https://github.com/dotnet/announcements/issues/228. Now there is a timeframe. :/
@ShreyasRmsft @livarcocc you now that there is a repository with an easy reproduction sample, and a lot more details https://github.com/DerAlbertCom/MisbehavingUnittestRunners But anyway :) here the logs. [diag.host.19-08-12_19-59-49_08946_6.log](https://github.com/microsoft/vstest/files/3493738/diag.host.19-08-12_19-59-49_08946_6.log) [diag.log](https://github.com/microsoft/vstest/files/3493733/diag.log) And yes,...
@ShreyasRmsft thank for the information. I filed already the bugs under https://github.com/xunit/visualstudio.xunit/issues/164 and https://github.com/xunit/visualstudio.xunit/issues/165 no reaction so far.
Fixed for Rider 2023.1.2 https://youtrack.jetbrains.com/issue/RIDER-93438/Unit-test-console-for-xUnit-does-not-support-ansi-escape-sequencse You may have to check if test are running from Rider, and not color it by default.
i have a similar problem with `@child('foo') foo`, it works and is filled on `attached()` in a fresh load of the complete application (F5), but if i navigate to that...