Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nunit/nunit.analyzers

Roslyn analyzers for writing unit tests with NUnit
https://github.com/nunit/nunit.analyzers

Analyzers FluentAssertions -> NUnit

verdie-g opened this issue 3 days ago
Fix Nunit1029 for generic test method (#832)

cbersch opened this pull request 7 days ago
Split off CodeFixes from analyzer

manfred-brands opened this pull request 7 days ago
chore: Update release notes

mikkelbu opened this pull request 11 days ago
chore: Bump year to 2025 in copyrights

mikkelbu opened this pull request 11 days ago
Replace `Is.EqualTo(default)` with `Is.Default`

manfred-brands opened this issue 11 days ago
Suggest to use `Is.Null` instead of `Is.EqualTo(null)`

manfred-brands opened this issue 11 days ago
Update SDK to 8.0

Dreamescaper opened this pull request 14 days ago
Use Is.False / Is.True instead of Is.EqualTo

seanblue opened this issue 17 days ago
chore: Bump cake.tool to version 4

mikkelbu opened this pull request 19 days ago
chore: Bump NUnit to 4.3.2

mikkelbu opened this pull request 20 days ago
Fix DateOnly / TimeOnly parameters is TestCaseUsage

Dreamescaper opened this pull request 20 days ago
NUnit1001 compains about DateOnly parameters

Dreamescaper opened this issue 20 days ago
chore(deps): Bump NUnit from 3.14.0 to 4.3.2 in /src

dependabot[bot] opened this pull request 21 days ago
chore: Replace "buildstats.info" with "img.shields.io"

mikkelbu opened this pull request 24 days ago
chore(deps): Bump NUnit from 3.14.0 to 4.3.1 in /src

dependabot[bot] opened this pull request 28 days ago
Add support for Assert.EnterMultipleScope

manfred-brands opened this pull request 28 days ago
chore: bump version

mikkelbu opened this pull request 29 days ago
chore: Update release notes

mikkelbu opened this pull request 29 days ago
Optimize Are(Not)Equal when actually wanting to test for Empty.

manfred-brands opened this pull request 29 days ago
Add support for new Equal constraints and overloads from NUnit 4.3.1

manfred-brands opened this pull request 29 days ago
NUnit2021 ignores cast operation since NUnit 4.3.1

manfred-brands opened this issue 29 days ago
chore: Correct typo

mikkelbu opened this pull request about 1 month ago
doc: Improve documentation of NUnit1032

mikkelbu opened this pull request about 1 month ago
fix(BaseAssertionAnalyzer): Don't fail if there are multiple references to NUnit

mikkelbu opened this pull request about 1 month ago
Use Assert.ThatAsync

Bartleby2718 opened this pull request about 2 months ago
Update DisposeFieldsAndPropertiesInTearDownAnalyzer.cs to support Quit()

rhyous opened this pull request about 2 months ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.12.0 in /src

dependabot[bot] opened this pull request about 2 months ago
Allow `NUnit2005` to recognize `Is.Empty`

RenderMichael opened this issue about 2 months ago
chore(deps): Bump cake.tool from 3.2.0 to 5.0.0 in /src

dependabot[bot] opened this pull request about 2 months ago
Nullable warnings for fields after updating Visual Studio

kmcclellan opened this issue about 2 months ago
WIP

Bartleby2718 opened this pull request about 2 months ago
chore(deps): Bump System.Collections.Immutable from 6.0.0 to 9.0.0 in /src

dependabot[bot] opened this pull request about 2 months ago
chore(deps): Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.4 to 9.0.0 in /src

dependabot[bot] opened this pull request about 2 months ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src

dependabot[bot] opened this pull request about 2 months ago
chore: bump version

mikkelbu opened this pull request 2 months ago
chore: Update release notes

mikkelbu opened this pull request 2 months ago
Detect more Classic Assert

manfred-brands opened this pull request 3 months ago
chore: Bump NUnit to version 4.2.2

mikkelbu opened this pull request 4 months ago
chore(deps): Bump NUnit from 3.14.0 to 4.2.2 in /src

dependabot[bot] opened this pull request 4 months ago
chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src

dependabot[bot] opened this pull request 4 months ago
Fix trivia for NUnit2046

verdie-g opened this pull request 4 months ago
NUnit2007 doesn't apply trivia correctly

manfred-brands opened this issue 4 months ago
Fix trivia for NUnit2007

verdie-g opened this pull request 4 months ago
NUnit1032 on `MsSqlContainer.DisposeAsync()`

perlun opened this issue 4 months ago
chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593 in /src

dependabot[bot] opened this pull request 5 months ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 in /src

dependabot[bot] opened this pull request 5 months ago
chore: bump version

mikkelbu opened this pull request 5 months ago
chore: Update release notes

mikkelbu opened this pull request 5 months ago
Prevent exception when fields are declared in a different source file.

manfred-brands opened this pull request 6 months ago
Add support for checking TestCase<> parameters

manfred-brands opened this pull request 6 months ago
Added TestContext.Write Is Obsolete Analyzer

manfred-brands opened this pull request 6 months ago
Recognized the new `Assert.EnterMultipleScope()` concept.

manfred-brands opened this issue 6 months ago
CodeFix for NUnit2007 doesn't show up when `.WithIn` is used.

manfred-brands opened this issue 6 months ago
Augment NUnit1001 to recognized and check generic TestCase attributes

manfred-brands opened this issue 6 months ago
Add Rule for converting `is T` into `Is.InstanceOf<T>()`

manfred-brands opened this issue 7 months ago
Update the solution file

Bartleby2718 opened this pull request 7 months ago
New diagnostic: Remove a common parameter from TestCases

Bartleby2718 opened this issue 7 months ago
Simplify the ValuesAttribute

Bartleby2718 opened this pull request 7 months ago
NUnit1032: Explain how to dispose fields when using InstancePerTestCase

manfred-brands opened this pull request 8 months ago
New diagnostic: The Values attribute can be simplified.

Bartleby2718 opened this issue 8 months ago
Make best attempt at fixing trivia

Bartleby2718 opened this pull request 8 months ago
Fix the typo in the title for NUnit2014

Bartleby2718 opened this issue 8 months ago
[suggestion] NUnit2014 doesn't flag Enumerable.Any(predicate)

Bartleby2718 opened this issue 8 months ago
F# Auto Fix Support

sahin52 opened this issue 8 months ago
Recognize "(field as IDisposable)?.Dispose()"

manfred-brands opened this pull request 8 months ago
No Suggestion For IsAssignableFrom and IsNotAssignableFrom

sahin52 opened this issue 8 months ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /src

dependabot[bot] opened this pull request 8 months ago
Recognize Fully Qualified NUnit.Framework.Assert.That

manfred-brands opened this pull request 8 months ago
Null suppression does not work when `Assert` is fully qualified

RenderMichael opened this issue 8 months ago
Move NUnit4 paragraph under table.

manfred-brands opened this pull request 9 months ago
Update NUnit2013.md to fix code block

SeanKilleen opened this pull request 9 months ago
chore: bump version

mikkelbu opened this pull request 9 months ago
chore: Update release notes

mikkelbu opened this pull request 9 months ago