Brad Wilson

Results 66 issues of Brad Wilson

When trying to run ILRepack against a .NET Framework application on Linux, I get an error which says that it failed to merge configuration files. Repro: 1. Clone https://github.com/xunit/xunit 2....

A quick note about this list... It represents a moment in time for planning for a final list of v3 features. Until items are checked off, there is no guarantee...

target: 3.0

### Discussed in https://github.com/xunit/xunit/discussions/2344 Originally posted by **leonardochaia** July 7, 2021 Hey all! We've been using `xUnit` on .NET 5 for a while now and we are loving it. Some...

type: Feature
help wanted
area: Analyzers

### Discussed in https://github.com/xunit/xunit/discussions/2522 Originally posted by **EraYaN** May 5, 2022 So the JsonFileDataAttribute for example (talked about here: https://andrewlock.net/creating-a-custom-xunit-theory-test-dataattribute-to-load-data-from-json-files/) will throw an ArgumentException if the file is not found,...

type: Bug
area: Core framework
help wanted

Some work has already happened with the v3 codebase to try to minimize or eliminate any internal usage of `IEnumerable` or `IEnumerable`, instead favoring things like `IReadOnlyCollection` (there is no...

type: Feature
area: Core framework
area: Assertion library
target: 3.0
target: 2.x

(Adapted from #2452) When two items appear equal but are not because of type differences, the assertion message shows this type difference: ```csharp Assert.Equal(3, 3L); ``` ``` Assert.Equal() Failure Expected:...

type: Feature
help wanted
area: Assertion library
target: 3.0
target: 2.x

We should allow [TestCaseOrderer] (when applied at the assembly or collection level) to order all the test cases for the collection. Today, this is limited to ordering all the tests...

See also #1766

type: Discussion
target: 3.0

Now that v3 has a [`TestContext`](https://github.com/xunit/xunit/blob/HEAD/src/xunit.v3.core/TestContext.cs) object, we should provide a way for test authors (and extensibility authors who are writing test extensions) a way to record additional information that...

type: Discussion
area: Core framework
target: 3.0

Related: #1654

type: Feature
area: Core framework
help wanted
good first issue