-
Logs: https://ci.dot.net/job/dotnet_roslyn/job/dev16.0.x/job/ubuntu_16_debug_prtest/157/
```
11:55:18 Shutting down Razor build server (process 85569)...
11:55:18 Razor build server (process 8556…
-
What is the proper way to use grunt with the casperJS xunit option?
http://docs.casperjs.org/en/latest/testing.html#xunit-report
I need Grunt to vary the xunit filename per test run, otherwise it wil…
-
Perhaps `dotnet-xunit` can be removed from BookingApi.UnitTests.csproj(?)
```diff
$ git diff
diff --git a/BookingApi.UnitTests/BookingApi.UnitTests.csproj b/BookingApi.UnitTests/BookingApi.UnitTe…
-
migrate xunit assertions to fluent-asseertions
the xunit assertion library - https://github.com/xunit/xunit/tree/main/src/xunit.v3.assert and the repo https://github.com/xunit/assert.xunit/
- [ …
-
**Stress Testing**: Testing how the application handles extreme loads (e.g., high traffic or large datasets).
(Example: Using tools like Apache JMeter or .NET benchmarking tools to simulate thousands…
-
**Version Used**:
* Roslyn NuGet packages 2.0.0
* Visual Studio 2017 RTM
**Steps to Reproduce**:
Either:
1. Create a xUnit **or** component test project (.NET Core)
2. Change `TargetFra…
-
Dafny 3.3 (commit 88cf232)
macOS 11.6
```bash
$ dotnet test -v:n Source/IntegrationTests --filter DisplayName~DafnyTests/TestAttribute.dfy
[...]
Test run for /Users/mija/repos/dafny/dafny/Sourc…
-
Support executing xunit test cases
``` sh
dotnet-exec test XxTest.cs
```
-
### Description
I've run into a problem using Boa with xUnit. Because of the way that xUnit manages shared context between test classes....
[xUnit injects `ITestOutputHelper` into the test class …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I have some automation where I auto-approve/merge/deploy changes from dependabot based on …