visualstudio.xunit icon indicating copy to clipboard operation
visualstudio.xunit copied to clipboard

VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)

Results 114 visualstudio.xunit issues
Sort by recently updated
recently updated
newest added

Hi! I have csproj with multi targets like this: ```xml net472;net6.0 net6.0 enable 10.0 false ``` When project is building on linux dlls: - `xunit.runner.reporters.netcoreapp10.dll` - `xunit.runner.utility.netcoreapp10.dll` - `xunit.runner.visualstudio.dotnetcore.testadapter.dll` are...

Once a test project has a number of files inside the output folder, then discovery of test reporters can add significant time onto both discovery and run phases inside Visual...

Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 16.10.0 to 17.3.0. Release notes Sourced from Microsoft.TestPlatform.ObjectModel's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies

I just started using xunit, and find it very nice to transition from MSTest (v2) to xunit. Nearly all my tests just worked after migrating. I came accross one test...

I cannot run any xunit tests in my solution. Visual studio test explorer finds them, but it seems the runner cannot find any. Specs: - Visual studio 2017 15.9.13 -...

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.255 to 3.5.109. Release notes Sourced from Nerdbank.GitVersioning's releases. v3.5.108 Changes: #777: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/NerdBank.GitVersioning This list of changes was auto generated....

dependencies

I am testing with Roslyn like solution, to see how much gain we would get by passing DisableAppDomain switch by default in discovery to avoid the slowness of RealProxy xunit/xunit#2323,...

Bumps xunit from 2.4.2-pre.22 to 2.4.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.4.2-pre.22&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps xunit.runner.reporters from 2.4.2-pre.22 to 2.4.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.reporters&package-manager=nuget&previous-version=2.4.2-pre.22&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies