-
### Description
With NUnit 4.0 the assertion methods are moved to a different type and namespace:
https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html#convert-classic-a…
-
I have been using the test runner in JetBrains, but installed the console runner today and cannot get it to work. My tests all run in JetBrains Rider, they just have looooooooong pauses between each …
-
## Describe the bug
A test marked with the [DataTestMethod] attribute cannot have a generic parameter. It will not be recognized by the test runner.
## Steps To Reproduce
```
[TestClass]
pu…
-
An interesting idea some other test frameworks/runners offer is the ability to retry failures from a previous run. It might be helpful to support a command line switch which, when provided, will look …
-
Hi Jeff,
during serialization, the constructor is called multiple times.
My class class contains a list and a count-property without a setter. In this case, the serializer use the special construct…
-
I'm creating this to start a discussion over timing and planning.
With .NET 9 about a month from release now, a new version of the SDK is also on the horizon. I _think_ they support building "curre…
-
## Steps to Reproduce
1. Clone from my repo - https://github.com/steveisok/mono.git
2. Checkout webforms-system.web branch, commit c467ad99a
3. Compile sources
4. From mono root, 'cd mcs/class/S…
-
This library has a dependency on [CyberSource.Authentication](https://www.nuget.org/packages/CyberSource.Authentication) which has a nuget project url of https://github.com/CyberSource/cybersource-res…
-
It would be nice to have a parameter name as part of a test name for some test cases.
```csharp
[AttributeUsage(AttributeTargets.Parameter)]
public class BeautyParameterAttribute : Attribute
{
…
-
[//]: # (
. Note: for support questions, please create a discussion at https://github.com/orgs/allure-framework/discussions.
. This repository's issues are reserved for feature requests and bug repo…