issues Search Results · repo:pengweiqhca/Xunit.DependencyInjection language:C#
Filter by
91 results
(49 ms)91 results
inpengweiqhca/Xunit.DependencyInjection (press backspace or delete to remove)I m reusing unit tests in stress testing, by manually create DependencyInjectionTestAssemblyRunner like:
var testAssembly = new XunitTestAssembly(bedrock.Assembly, null, bedrock.Assembly.GetName().Version); ...
vrecluse
- 1
- Opened 23 days ago
- #143
Describe the bug I ve created small project with Xunit.DependencyInjection v9.8.0 with 2 simple test classes (just copy
paste to reproduce the issue) :
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization ...
StanislavKlo
- 2
- Opened on Jan 30
- #141
Describe the bug When an exception is thrown in ConfigureServices, the following code is hit:
https://github.com/pengweiqhca/Xunit.DependencyInjection/blob/161d2fe3d5b7350b6a2c3331e40766b8d8b80dbe/src/Xunit.DependencyInjection/DependencyInjectionTestAssemblyRunner.cs#L12-L15 ...
kescherCode
- Opened on Jan 22
- #140
Is your feature request related to a problem? Please describe. I would like to use this dependency in a project that
uses the newly released xunit.v3, so xUnit 3. However, it is using this dependency, ...
enhancement
good first issue
kescherCode
- 6
- Opened on Dec 19, 2024
- #135
Describe the bug DisposalTracker calls Dispose on all Hosts, while code is still running. So sequential call to
StopAsync will do nothing. This prevents from cleaning up host properly. For example calling ...
alexander-fedora-docusign-com
- 3
- Opened on Nov 19, 2024
- #134
Hi!
After update to 9.4.0 I started getting non-deterministic (sometimes occurs, sommtime doesn t) error:
[xUnit.net 00:00:04.09] Common.Utils.Cache.Memory.Lazy.Tests: Catastrophic failure: System.InvalidOperationException: ...
Karql
- Opened on Oct 10, 2024
- #133
I am facing a scenario where I need to have services with a lifetime that is consistent over the lifetime of an XUnit
test collection but every new test collection gets a new instance of the service.
...
DanielRauschenberger
- 3
- Opened on Sep 11, 2024
- #130
This feature request is not related to an open bug/issue - AFAIK
The feature request description is:
I d like to control the test class execution order in my test project.
In xUnit - it is implemented ...
matan-yadgar
- 4
- Opened on Sep 5, 2024
- #129
Hi, is it possible to limit max parallel test execution with Force flag?
abakumovoleg
- 3
- Opened on Aug 15, 2024
- #128

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.