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
Detect more Classic Assert
manfred-brands opened this pull request 8 days ago
manfred-brands opened this pull request 8 days ago
NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a build error after upgrading to latest NUnit 4.2.2
MCPtz opened this issue 12 days ago
MCPtz opened this issue 12 days ago
NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build error after upgrading to latest NUnit 4.2.2
MCPtz opened this issue 12 days ago
MCPtz opened this issue 12 days ago
chore: Bump NUnit to version 4.2.2
mikkelbu opened this pull request about 1 month ago
mikkelbu opened this pull request about 1 month ago
chore(deps): Bump NUnit from 3.14.0 to 4.2.2 in /src
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
Diagnostic suppressor for null references works only for open files
lennartb- opened this issue about 1 month ago
lennartb- opened this issue about 1 month ago
chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src
dependabot[bot] opened this pull request about 2 months ago
dependabot[bot] opened this pull request about 2 months ago
Fix trivia for NUnit2046
verdie-g opened this pull request about 2 months ago
verdie-g opened this pull request about 2 months ago
NUnit2007 doesn't apply trivia correctly
manfred-brands opened this issue about 2 months ago
manfred-brands opened this issue about 2 months ago
Fix trivia for NUnit2007
verdie-g opened this pull request about 2 months ago
verdie-g opened this pull request about 2 months ago
NUnit1032 on `MsSqlContainer.DisposeAsync()`
perlun opened this issue 2 months ago
perlun opened this issue 2 months ago
chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593 in /src
dependabot[bot] opened this pull request 2 months ago
dependabot[bot] opened this pull request 2 months ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.11.0 in /src
dependabot[bot] opened this pull request 2 months ago
dependabot[bot] opened this pull request 2 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 2 months ago
dependabot[bot] opened this pull request 2 months ago
NUnit 2045: Assert.Multiple fixer might be slightly too greedy due to the lack of lookahead
danielmarbach opened this issue 3 months ago
danielmarbach opened this issue 3 months ago
chore: bump version
mikkelbu opened this pull request 3 months ago
mikkelbu opened this pull request 3 months ago
chore: Update release notes
mikkelbu opened this pull request 3 months ago
mikkelbu opened this pull request 3 months ago
Prevent exception when fields are declared in a different source file.
manfred-brands opened this pull request 4 months ago
manfred-brands opened this pull request 4 months ago
Add support for checking TestCase<> parameters
manfred-brands opened this pull request 4 months ago
manfred-brands opened this pull request 4 months ago
Added TestContext.Write Is Obsolete Analyzer
manfred-brands opened this pull request 4 months ago
manfred-brands opened this pull request 4 months ago
Instance of analyzer can not be created - missing dependency for Microsoft.CodeAnalysis?
StarWars999123 opened this issue 4 months ago
StarWars999123 opened this issue 4 months ago
Add rule to detect calls to `TestContext.Write` methods and CodeFix to replace usages with `Out.Write`
manfred-brands opened this issue 4 months ago
manfred-brands opened this issue 4 months ago
Recognized the new `Assert.EnterMultipleScope()` concept.
manfred-brands opened this issue 4 months ago
manfred-brands opened this issue 4 months ago
CodeFix for NUnit2007 doesn't show up when `.WithIn` is used.
manfred-brands opened this issue 4 months ago
manfred-brands opened this issue 4 months ago
Augment NUnit1001 to recognized and check generic TestCase attributes
manfred-brands opened this issue 4 months ago
manfred-brands opened this issue 4 months ago
Error when TearDown method is defined in partial test classes - Syntax node is not within syntax tree
KaiBNET opened this issue 4 months ago
KaiBNET opened this issue 4 months ago
Add Rule for converting `is T` into `Is.InstanceOf<T>()`
manfred-brands opened this issue 5 months ago
manfred-brands opened this issue 5 months ago
Update the solution file
Bartleby2718 opened this pull request 5 months ago
Bartleby2718 opened this pull request 5 months ago
New diagnostic: Remove a common parameter from TestCases
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
NUnit2044 - improvement proposal - consider variables assigned outside of Assert call
matode opened this issue 5 months ago
matode opened this issue 5 months ago
Update nunit.analyzers.nuspec to specify that NUnit.Analyzers v4 is intended to be used with NUnit 4.
andrewimcclement opened this pull request 5 months ago
andrewimcclement opened this pull request 5 months ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.10.0 in /src
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
New diagnostic: Consider using Assert.ThatAsync instead of Assert.That
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
Simplify the ValuesAttribute
Bartleby2718 opened this pull request 5 months ago
Bartleby2718 opened this pull request 5 months ago
NUnit1032: Explain how to dispose fields when using InstancePerTestCase
manfred-brands opened this pull request 5 months ago
manfred-brands opened this pull request 5 months ago
error NUnit1032 is incorrect when InstancePerTestCase and constructor is used to initialize IDisposible
trampster opened this issue 5 months ago
trampster opened this issue 5 months ago
New diagnostic: The Values attribute can be simplified.
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
Make best attempt at fixing trivia
Bartleby2718 opened this pull request 5 months ago
Bartleby2718 opened this pull request 5 months ago
[suggestion] New diagnostic: Use NullConstraint and EmptyConstraint for better assertion messages in case of failure
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[suggestion] New diagnostic: Use EmptyConstraint for better assertion messages in case of failure
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
Fix the typo in the title for NUnit2014
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[suggestion] NUnit2046 doesn't flag Enumerable.SequenceEqual(Enumerable)
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[suggestion] NUnit2014 doesn't flag Enumerable.Any(predicate)
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[suggestion] New diagnostic: Use AllItemsConstraint for better assertion messages in case of failure
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[suggestion] New diagnostic: Split up ternaries for better assertion messages in case of failure
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
[improvement] NUnit2010 should provide a different suggestion for null comparison
Bartleby2718 opened this issue 5 months ago
Bartleby2718 opened this issue 5 months ago
F# Auto Fix Support
sahin52 opened this issue 5 months ago
sahin52 opened this issue 5 months ago
Recognize "(field as IDisposable)?.Dispose()"
manfred-brands opened this pull request 6 months ago
manfred-brands opened this pull request 6 months ago
NUnit1032 (missing Dispose), if dispose is wrapped in "(… as IDisposable)?.Dispose()"
DrPepperBianco opened this issue 6 months ago
DrPepperBianco opened this issue 6 months ago
No Suggestion For IsAssignableFrom and IsNotAssignableFrom
sahin52 opened this issue 6 months ago
sahin52 opened this issue 6 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 6 months ago
dependabot[bot] opened this pull request 6 months ago
Recognize Fully Qualified NUnit.Framework.Assert.That
manfred-brands opened this pull request 6 months ago
manfred-brands opened this pull request 6 months ago
Null suppression does not work when `Assert` is fully qualified
RenderMichael opened this issue 6 months ago
RenderMichael opened this issue 6 months ago
Move NUnit4 paragraph under table.
manfred-brands opened this pull request 6 months ago
manfred-brands opened this pull request 6 months ago
Update NUnit2013.md to fix code block
SeanKilleen opened this pull request 7 months ago
SeanKilleen opened this pull request 7 months ago
chore: bump version
mikkelbu opened this pull request 7 months ago
mikkelbu opened this pull request 7 months ago
chore: Update release notes
mikkelbu opened this pull request 7 months ago
mikkelbu opened this pull request 7 months ago
Why dropping composite message formatting support also for Assert.Pass/Fail/... where there are no actual and constraint parameters?
maettu-this opened this issue 7 months ago
maettu-this opened this issue 7 months ago
Missing full stops added to NUnit2050
maettu-this opened this pull request 7 months ago
maettu-this opened this pull request 7 months ago
Inconsistency among NUnit2045 "Call independent Assert statements..." vs. NUnit documentation that does not require "independent"
maettu-this opened this issue 7 months ago
maettu-this opened this issue 7 months ago
Add test for wrapping conditional expression in parenthesis for NUnit2050
manfred-brands opened this pull request 7 months ago
manfred-brands opened this pull request 7 months ago
NUnit2010: Exclusions
manfred-brands opened this pull request 7 months ago
manfred-brands opened this pull request 7 months ago
NUnit2050 should consider conditional operator
matode opened this issue 7 months ago
matode opened this issue 7 months ago
NUnit2010 - do not consider Equals call if it doesn't override Object.Equals
matode opened this issue 7 months ago
matode opened this issue 7 months ago
NUnit2010 - Is.EqualTo does not consider Enums
matode opened this issue 7 months ago
matode opened this issue 7 months ago
[BUG] NUnit1018 doesn't recognize collection expression
adaskos-signal opened this issue 7 months ago
adaskos-signal opened this issue 7 months ago
Sometimes we cannot convert message+args into a formattable string.
manfred-brands opened this pull request 7 months ago
manfred-brands opened this pull request 7 months ago
Unable to load
OsirisTerje opened this issue 7 months ago
OsirisTerje opened this issue 7 months ago
Use Markdown for CHANGES
Bartleby2718 opened this pull request 7 months ago
Bartleby2718 opened this pull request 7 months ago
NUnit2021: Incompatible types for EqualTo constraint not correct
EdLichtman opened this issue 7 months ago
EdLichtman opened this issue 7 months ago
Add support for Assume.That for NUnit2050
manfred-brands opened this pull request 7 months ago
manfred-brands opened this pull request 7 months ago
Replace UpdateStringFormatToFormattableString with String.Format
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
NUnit2050 should cover Assume
hazzik opened this issue 7 months ago
hazzik opened this issue 7 months ago
NUnit2022 should allow Count on enumerables
zeppelin37 opened this issue 7 months ago
zeppelin37 opened this issue 7 months ago
[bug] Code fix for NUnit2005 does not correctly fix Assert.AreEqual if the third argument is not the delta
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
Fix logic around out-of-order arguments for classic assertions (#712)
Bartleby2718 opened this pull request 7 months ago
Bartleby2718 opened this pull request 7 months ago
New diagnostic: Either Assert.Throws or Assert.ThrowsAsync is swallowing the exception thrown
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
[suggestion] NUnit1028 could be improved
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
[bug] Code fix for NUnit2049 places the comma at a wrong place and messes up indentation
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
[bug] Code fix for NUnit2005 does not correctly fix Assert.AreEqual if named parameters are used in unexpected order
Bartleby2718 opened this issue 7 months ago
Bartleby2718 opened this issue 7 months ago
NUnit.Analyzers 3.1 -> 4.1 upgrade doesn't play nicely with Central Package Management
EdLichtman opened this issue 8 months ago
EdLichtman opened this issue 8 months ago
Nunit1032 - consider dispose of a type having explicit interface implementation
matode opened this pull request 8 months ago
matode opened this pull request 8 months ago
NuGet package should provide AllDisabled ruleset\config
payn-git opened this issue 8 months ago
payn-git opened this issue 8 months ago
chore: bump-version
mikkelbu opened this pull request 8 months ago
mikkelbu opened this pull request 8 months ago
chore: Update release notes
mikkelbu opened this pull request 8 months ago
mikkelbu opened this pull request 8 months ago
Not correctly marked incompatible types for EqualTo constraint
alexandra142 opened this issue 8 months ago
alexandra142 opened this issue 8 months ago
Nunit.Analyzers not applying code fixes
joshboyceplexure opened this issue 8 months ago
joshboyceplexure opened this issue 8 months ago
Ignore null suppression operator when matching Is.Not.Null
manfred-brands opened this pull request 8 months ago
manfred-brands opened this pull request 8 months ago
NUnit2010: Add support for detecting use of 'is' pattern inside 'Assert.That'
manfred-brands opened this pull request 8 months ago
manfred-brands opened this pull request 8 months ago
Support Assume.That(x, Is.Not.Null) to suppress nullable warning
manfred-brands opened this pull request 8 months ago
manfred-brands opened this pull request 8 months ago
BUG: An instance of analyzer ... cannot be created for linked source files
jcurl opened this issue 8 months ago
jcurl opened this issue 8 months ago
CodeFix for Assert with null message causes ambiguous code.
manfred-brands opened this issue 8 months ago
manfred-brands opened this issue 8 months ago
chore(deps): Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 3.11.0 to 4.9.2 in /src
dependabot[bot] opened this pull request 8 months ago
dependabot[bot] opened this pull request 8 months ago
Remove null message in AreEqual code fix
verdie-g opened this pull request 8 months ago
verdie-g opened this pull request 8 months ago
chore: Bump NUnit to version 4.1.0
mikkelbu opened this pull request 8 months ago
mikkelbu opened this pull request 8 months ago
NUnit1025 should ignore abstract classes
NinjaCross opened this issue 9 months ago
NinjaCross opened this issue 9 months ago
chore(deps): Bump NUnit from 3.14.0 to 4.1.0 in /src
dependabot[bot] opened this pull request 9 months ago
dependabot[bot] opened this pull request 9 months ago
Switch to using license expression
lahma opened this pull request 9 months ago
lahma opened this pull request 9 months ago
Possibly Null Reference Warning should be suppressed for Assume
TheBigNeo opened this issue 9 months ago
TheBigNeo opened this issue 9 months ago
DereferencePossiblyNullReferenceSuppressor for custom Is classes
TheBigNeo opened this issue 9 months ago
TheBigNeo opened this issue 9 months ago