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

Check Values against generic type constraints

manfred-brands opened this pull request about 1 year ago
Allow IAsyncEnumerable for ValueSource/TestCaseSource

manfred-brands opened this pull request about 1 year ago
Suppress ValuesUsageAnalyzer when using null-forgiving operator

CollinAlpert opened this pull request about 1 year ago
ArgumentException in DisposeFieldsAndPropertiesInTearDownAnalyzer

MaceWindu opened this issue about 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src

dependabot[bot] opened this pull request about 1 year ago
NUnit1031 doesn't seem to work with Generic parameters

manfred-brands opened this issue about 1 year ago
NUnit1001/NUnit1031 don't observe null forgiveness operator

manfred-brands opened this issue about 1 year ago
Update NUnit Analyzer docs to respect 120-character docs rule

SeanKilleen opened this issue about 1 year ago
chore(deps): Bump System.Collections.Immutable from 6.0.0 to 7.0.0 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump NUnit from 3.13.3 to 4.0.0-beta.1 in /src

dependabot[bot] opened this pull request over 1 year ago
NUnit2026 is limited

manfred-brands opened this issue over 1 year ago
Disabled NUnit2025 by default.

manfred-brands opened this pull request over 1 year ago
chore/bump-version

mikkelbu opened this pull request over 1 year ago
chore: Update release notes

mikkelbu opened this pull request over 1 year ago
NUnit2025 fires unnecessarily

manfred-brands opened this issue over 1 year ago
Make Classic Conversion rule for CollectionAssert

manfred-brands opened this issue over 1 year ago
Change default severity of Classic Conversion Analyzers

manfred-brands opened this issue over 1 year ago
Make Classic Conversion rule for StringAssert

manfred-brands opened this issue over 1 year ago
Update .Within makes no sense rule

manfred-brands opened this issue over 1 year ago
Do not consider Assert.That with TestDelegate to be a candidate for Assert.Multiple

manfred-brands opened this pull request over 1 year ago
Add support for Assert.MultipleAsync

manfred-brands opened this issue over 1 year ago
`NUnit2045` does not respect lambda captures

RenderMichael opened this issue over 1 year ago
Also look at static methods for NUnit1032

manfred-brands opened this pull request over 1 year ago
Add support for NUnit version 4.

manfred-brands opened this pull request over 1 year ago
Ensure Test Code works with NUnit4

manfred-brands opened this issue over 1 year ago
Drop support for VS before 2019

manfred-brands opened this issue over 1 year ago
Items that need addressing before NUnit 4.0 is released

manfred-brands opened this issue over 1 year ago
NUnit1032 false positive when test class is static

NottsColin opened this issue over 1 year ago
Support for NUnit 4 legacy asserts

OsirisTerje opened this issue over 1 year ago
Cannot load analyzer types in 3.7+

RenderMichael opened this issue over 1 year ago
Issue602 stack overflow

manfred-brands opened this pull request over 1 year ago
chore: Set versions on dll

mikkelbu opened this pull request over 1 year ago
Bug: StackOverflowException when test calls recursive method in 3.7.

andrewimcclement opened this issue over 1 year ago
chore/bump-version

mikkelbu opened this pull request over 1 year ago
chore: Update release notes

mikkelbu opened this pull request over 1 year ago
Do not suppress CA1001 if Fixture uses LifeCycle.InstancePerTestCase

manfred-brands opened this pull request over 1 year ago
Update NUnit1032.md to fix typo `Dipose` -> `Dispose`.

andrewimcclement opened this pull request over 1 year ago
fix: IndexOutOfRangeException threw by WithinUsageAnalyzer

HenryZhang-ZHY opened this pull request over 1 year ago
NUnit1032 for not IDisposable property

Dmalkov1993 opened this issue over 1 year ago
Release 3.7.0 notes not correct

manfred-brands opened this issue over 1 year ago
chore/bump-version

mikkelbu opened this pull request over 1 year ago
chore: Update release notes

mikkelbu opened this pull request over 1 year ago
Descend into local asynchronous methods.

manfred-brands opened this pull request over 1 year ago
DereferencePossiblyNullReferenceSuppressor: Search inside Assert.Multiple

manfred-brands opened this pull request over 1 year ago
Descend into local asynchronous methods.

manfred-brands opened this pull request over 1 year ago
CanBeEqual: Add special case for Uri.Equals(string)

manfred-brands opened this pull request over 1 year ago
Recognize assignments inside try/finally statements.

manfred-brands opened this pull request over 1 year ago
Within is allowed on Nullable<T> when T is supported.

manfred-brands opened this pull request over 1 year ago
False positive for WithinUsageAnalyzer

manfred-brands opened this issue over 1 year ago
chore: Bump Microsoft.NET.Test.Sdk

mikkelbu opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.NetAnalyzers in /src

manfred-brands opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.3 to 7.0.4 in /src

dependabot[bot] opened this pull request over 1 year ago
DisposableFieldsSuppressor and Analyzer

manfred-brands opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 2.10.0 to 4.7.0 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.7.0 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /src

dependabot[bot] opened this pull request over 1 year ago
NUnit1003 incorrectly raised when argument is F# enum

owenmaddenatmos opened this issue over 1 year ago
chore(deps): Bump System.Collections.Immutable from 6.0.0 to 7.0.0 in /src

dependabot[bot] opened this pull request over 1 year ago
Create ValuesUsageAnalyzer.

andrewimcclement opened this pull request over 1 year ago
Added a suppressor when CA1812 fires on NUnit Test classes.

manfred-brands opened this pull request over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /src

dependabot[bot] opened this pull request over 1 year ago
Update CONTRIBUTING.md to fix link to MS documentation.

andrewimcclement opened this pull request over 1 year ago
[TestFixture] attribute suppresses `CA1812`

RenderMichael opened this issue over 1 year ago
Should NUnit1028 be raised on public methods within a [SetUpFixture] class?

andrewimcclement opened this issue over 1 year ago
NUnit2043 Fixer breaks the code when `Is()` method exists

RenderMichael opened this issue over 1 year ago
Warn use of params for assertion messages

OsirisTerje opened this issue over 1 year ago
NUnit2021 error shown when comparing Uri and string

IlIlIllIllI opened this issue over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /src

dependabot[bot] opened this pull request over 1 year ago
FP NUnit1001: CustomTypeConverters could convert from anything

Corniel opened this pull request over 1 year ago
chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.435 to 1.2.0.507 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.1 to 7.0.3 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 in /src

dependabot[bot] opened this pull request over 1 year ago
Only report the first statement of the ones that can be combined in an Assert.Multiple

manfred-brands opened this pull request over 1 year ago
Add suppression of type parameters that have notnull constraints

manfred-brands opened this pull request over 1 year ago
Strongly typed test data?

mariusz96 opened this issue over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /src

dependabot[bot] opened this pull request over 1 year ago
False positives for NUnit1003 when using enum values

seanm-fathomhq opened this issue over 1 year ago
chore(deps): Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 in /src

dependabot[bot] opened this pull request over 1 year ago
Do not suggest rewriting Equals if instance is a ref readonly struct

manfred-brands opened this pull request over 1 year ago
Code Fix for NUnit2010 on Ref Structs Creates CS0306

manfred-brands opened this issue over 1 year ago
chore(deps): Bump CSharpIsNullAnalyzer from 0.1.300 to 0.1.495 in /src

dependabot[bot] opened this pull request over 1 year ago
Allow Task<IEnumerable> returns from Source Methods

manfred-brands opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.6.0 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 2.10.0 to 4.6.0 in /src

dependabot[bot] opened this pull request over 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /src

dependabot[bot] opened this pull request over 1 year ago
Allow the *Source Analyzers to permit `Task<IEnumerable>`

stevenaw opened this issue over 1 year ago
[NUnit2045] Incorrect refactoring

MaceWindu opened this issue over 1 year ago
chore(deps): Bump CSharpIsNullAnalyzer from 0.1.300 to 0.1.492 in /src

dependabot[bot] opened this pull request almost 2 years ago