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

Merge pull request #356 from mikkelbu/chore/bump-cake-bootstrap

chore: Bump cake bootstrap to latest to make it compatible with Cake 1.0

b3ef62c50023d4f7df125343478d63410e6507e6 authored almost 4 years ago
chore: Bump cake bootstrap to latest to make it compatible with Cake 1.0

1ce56001d0f3384e4987a2514c529ceac27c8754 authored almost 4 years ago
Merge pull request #351 from nunit/dependabot/nuget/src/NUnit-3.13.1

Bump NUnit from 3.13 to 3.13.1 in /src

2b3ed31f135b9bab209f66419daca4496bfb84b8 authored almost 4 years ago
Merge pull request #349 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sdk-16.8.3

Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 in /src

fac9243ee95fbccc76a8ebeae9e69a0c9809ef34 authored almost 4 years ago
Upgrade from FxCopAnalyzers to NetAnalyzers

55e4694197cdacc3a91830c01d03bea2e73dc2df authored almost 4 years ago
Bump NUnit from 3.13 to 3.13.1 in /src

Bumps [NUnit](https://github.com/nunit/nunit) from 3.13 to 3.13.1.
- [Release notes](https://git...

342b041ae2a0b92dcc75e08bbcf626bf4e249e7b authored almost 4 years ago
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 in /src

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3.
- [Re...

61ad594b28fcda0b30a111305be4fead86a641d7 authored almost 4 years ago
Merge pull request #347 from nunit/fix/correct-configuration

Update dependabot.yml

6659e8da3c6fe4319f8ee774ee173cb6f2817c2c authored almost 4 years ago
Update dependabot.yml

dcf8882435f10f4c8c64c9839ed967afeadf07ac authored almost 4 years ago
Merge pull request #346 from nunit/chore/add-dependabot

Create dependabot.yml

e8133996cc17af1aecb23ccd78948b6eeb920ebb authored almost 4 years ago
Create dependabot.yml

eb60fa7b625ea82c8a2c7b7d060b56b15a8dbc7e authored almost 4 years ago
Merge pull request #343 from manfred-brands/SuppressionCauseOutsideAssertMultiple

Fix NullReference Suppressor for more situations.

268b0cb2ed9de2900a9c858b2cbb99e1ed55ad39 authored about 4 years ago
Added Detection of Assert.Catch(Async) and ThrowAsync.

8c2b2301885072a95fd4993d888303eaa459b4cb authored about 4 years ago
Fix NullReference Suppressor for more situations.

It is not relevant if the offending statement is inside an Assert.Multiple,
but whether the assi...

83da1fe549f760ae90871ff7ee16de84b55ef8ff authored about 4 years ago
Merge pull request #341 from nunit/chore/bump-version

chore: Bump version to 3.1 (2.1)

6e4e51e7fbd7bcec067199c9d83af96fdba0731e authored about 4 years ago
chore: Bump version to 3.1 (2.1)

b94dbc6ee87393d0c741b966088bdc4c7f3c2ed6 authored about 4 years ago
Merge pull request #340 from mikkelbu/release3.0

chore: Update release notes

c4456ca45f57c8d47de9aa08f24dcfe43ba217e6 authored about 4 years ago
Update CHANGES.txt

3a20cc06b25dbe6bb88542a056679b613a557c57 authored about 4 years ago
fix: Correct formatting in nuget description

bf80f09c0ddf23b741c89651940d6c857f5abf19 authored about 4 years ago
chore: Update release notes

2a2118cee5871f9ba2fc3b338cd98c5cc33b28f7 authored about 4 years ago
Merge pull request #339 from mikkelbu/feat/build-and-pack-two-versions

feat: Build and pack two versions of the analyzers on CI

33daed7ee458d61306936ebefee013c142abaad1 authored about 4 years ago
feat: Improve documentation about the different versions

(and bump year in copyright)

c170f71290fa63f9b965b925ce0ef63a1aaf0a8f authored about 4 years ago
feat: Build and pack two versions of the analyzers on CI

We need to build twice, as we currently update `AssemblyVersion` and
`AssemblyFileVersion` attri...

d9829795cafb8a576f39a28df88921f63c702769 authored about 4 years ago
Merge pull request #338 from manfred-brands/MoveConstants

Move constants

5a516fdbd74684de23200d7291b3c951ef259fa7 authored about 4 years ago
Removed CodeFixConstants.cs file

This file contained code for several different rules, violating encapsulation.

61fe6b95693067eced81e7a1ef0722791f0f547d authored about 4 years ago
Move Constants.cs files from single Constants folder to appropriate rule folder.

Update Namespace of moved Constants.cs files.

1b6ba518caf65cc8482dbd60c0986b257c47589b authored about 4 years ago
Merge pull request #337 from manfred-brands/nunit2026

Check for custom equality comparer in SomeItemsIncompatibleTypesAnalyzer

eaff34370dfb0d8e7cc60da0426a9acab88616e1 authored about 4 years ago
Merge pull request #334 from manfred-brands/SuppressAssertThrowsAssignment

Suppress "Possible Null" from a return value of Assert.Throws

68097bb24c6db4057281993c7a0ccd210b180493 authored about 4 years ago
Recognize custom Using in SomeItemsIncompatibleTypesAnalyzer

0c2672c05a7b8ec85f8df356c0ed86545899b3c6 authored about 4 years ago
Remove duplication for HasIncompatiblePrefixes

f9d815abf64df5ff1bdaffe072c3b0de4edba799 authored about 4 years ago
Refactor code a little.

d0960a2d9db0589e6c0283648fdedac5242e43da authored about 4 years ago
Suppress "Possible Null" from a return value of Assert.Throws

Except if run inside an Assert.Multiple

71d6e20003c4474796a14484cd6319156d9d128a authored about 4 years ago
Merge pull request #331 from manfred-brands/ComparisonConstraintUsageAnalyzer

Comparison constraint usage analyzer

ef538a0f247a9ab89b4520e9a4f0cd5c87bba2be authored about 4 years ago
Added ComparisonConstraintUsageAnalyzer

Move IsLiteralOperation to AssertHelper

9105f93d0cbb636c65bfa77830e4b35b04a28c33 authored about 4 years ago
Merge pull request #325 from manfred-brands/DiagnosticSuppressor

Added DiagnosticsSuppressor for NullReference

fc2c48c39aac2856053b54fbfbf2b85e177d22cc authored about 4 years ago
Added capability to create netstandard2.0 nuget package.

f17b63795ac5c983edbfd77143d9d476319d5f68 authored about 4 years ago
Added NonNullableFieldIsUninitializedSuppressor

This suppresses errors on fields initialized in a (OneTime)SetUp method.

18276d370dcd720defd8ad6c25a6687bfd9880f5 authored about 4 years ago
Added DereferencePossiblyNullReferenceSuppressor

This suppresses errors on fields tested for null using NUnit Assert.

07d939b576f0da858774f14dbe413e0fdd3fa4b7 authored about 4 years ago
Add support for DiagnosticSuppressor analyzers.

4ea70165198bae03bd81e7635e034ec3b7468748 authored about 4 years ago
Pull in nullability annotations from .NET5.0 for better null checking.

1dd2fd7dda697b8f4caa9e5df04584124fac97eb authored about 4 years ago
Merge pull request #328 from mikkelbu/fix/linting-documentation

fix(docs): Fix linting issue

844aced53321afa7ba33fde341179d164f95415e authored about 4 years ago
fix(docs): Fix linting issue

52e627c3f6559bad525ad64ffd46d74fb869e0ff authored about 4 years ago
Merge pull request #327 from Dreamescaper/fix_equality_analyzer_when_arg_implements_ienumerable

Fix EqualTo analyzer when arguments have both IEnumerable and IEquatable

0b0d1ddd2c35c742df555222adb88abbe026d5e4 authored about 4 years ago
Fix EqualTo analyzer when arguments have both IEnumerable and IEquatable

9d4f9090b8f14cd0aaca37b885371d3b3fef9086 authored about 4 years ago
Merge pull request #326 from mikkelbu/fix/correct-missing-change

fix: Correct missing change `AnalyzerAssert` => `RoslynAssert`

9014d96d145de7d3d278b72552bdfc00b6a580a7 authored about 4 years ago
fix: Correct missing change `AnalyzerAssert` => `RoslynAssert`

c5274dca902f5e93e8988599995916c07e4eda6e authored about 4 years ago
Merge pull request #324 from manfred-brands/GuOrgRoslynAssertUpdate

Move to latest GuOrg.Roslyn.Assert package

3570bf3c0878afaa021e0df0bba2c1aa4eaaffad authored about 4 years ago
Merge pull request #321 from manfred-brands/TestCaseSourceInBaseClass

Detect TestCaseSource attributes defined in base class.

3952174fe8b908c2715938c6efcb96a331051c6a authored about 4 years ago
Move to latest GuOrg.Roslyn.Assert package

4f43d7b8098454edce5f5784ba4fa4b94570aff2 authored about 4 years ago
Detect TestCaseSource attributes defined in base class.

67f544afef3efdd50643758c4df827750e8e052c authored about 4 years ago
Merge pull request #319 from nunit/chore/bump-version

chore: Bump version to 0.7

240b42fb2092dc53461f47b247652a97b79e937d authored about 4 years ago
chore: Bump version to 0.7

38857bf13b3256a809709ffef03df7c101ce4ffc authored about 4 years ago
Merge pull request #318 from mikkelbu/release0.6

chore: Update CHANGES.txt with release notes for 0.6

004ff87e93971cd468aac16e35346f0af486918f authored about 4 years ago
chore: Update CHANGES.txt with release notes for 0.6

29f1bdeb62d32052d1b743765048c404e6aea171 authored about 4 years ago
Merge pull request #315 from manfred-brands/roslyn-update

Added Microsoft.CodeAnalysis.Analyzers and updated other packages.

313e755639e9b5093649786f015387e66646684d authored about 4 years ago
Added Microsoft.CodeAnalysis.Analyzers and updated other packages.

Removed deprecated PackageTargetFallback

d5fe95852e0c5ce735ec38879e2fba9c555ea276 authored about 4 years ago
Merge pull request #313 from Dreamescaper/fix_property_analyzer_for_all_some_case

Fix PropertyAnalyzer for combined asserts with All/Some operators

d5a3301bf6a3bbf50d4e7afed6ea89f021365de6 authored about 4 years ago
Merge pull request #310 from manfred-brands/nunit1028_false_positives

NonTestMethodAccessibilityLevelAnalyzer: Detect Test attributes from overridden methods.

8e3e34420388e22d7435d109db7a116c8b712f8f authored about 4 years ago
Merge pull request #309 from manfred-brands/nunit2041_false_positives

Nunit2041 false positives

554dc808ad8908ebad45d3b7b124de388180ce84 authored about 4 years ago
NonTestMethodAccessibilityLevelAnalyzer: Allow for IDisposable

46105da3f7b228e7695c329bcb3b4b3659ff2e5a authored about 4 years ago
Fix PropertyAnalyzer for combined asserts with All/Some operators

ea89950e29207bae0aeff728b50f58b5d6cd90ed authored about 4 years ago
ComparableTypesAnalyzer: Under nullable types are not the same reference.

b5e73ddee6a739fa080a8b9c25bd8463b7689008 authored about 4 years ago
NonTestMethodAccessibilityLevelAnalyzer: Detect Test attributes from overridden methods.

c4988d239a0b81189a54f0125ca694a8e8bd1354 authored about 4 years ago
Added test to ensure special IComparable<T> is recognized.

8cef8c8dcf10325ab32a753ad753174b2c528c96 authored about 4 years ago
Recognize constraints on generic parameters.

1ebe93b8199e68c76c626dcab46616b8a584d77b authored about 4 years ago
Added ComparableOnObject rule.

51770ddc7851e31043778082f221d93c3bc7ecd4 authored about 4 years ago
Merge pull request #305 from Dreamescaper/fix_testcasesource_in_separate_assembly

Fix false positive when TestCaseSource type is in another assembly

45a49f931cc8b426dd23506556d6b65967bdef5b authored about 4 years ago
Fix false positive when TestCaseSource type is in another assembly

00faa1ba104454cbd2714532eb3d7cc5899ada19 authored over 4 years ago
Merge pull request #303 from Dreamescaper/fix_testcaseusage_array

Fix TestCaseUsage array handling

edb65c9e03d5853fc78755596e2e59e131ddf391 authored over 4 years ago
Fix TestCaseUsage array handling

bdff9a987494ec7c3fba1542a64a3413f6650358 authored over 4 years ago
Merge pull request #301 from mikkelbu/fix/correct-linting-spelling-mistakes

fix(documentation): Linting and spelling mistakes

eafc340dc0212f33fcd88cbfa64da8d580dd5407 authored over 4 years ago
fix(documentation): Linting and spelling mistakes

c21ad61cd21d61fcaaf8e109a12b5e264323ace1 authored over 4 years ago
Merge pull request #299 from mikkelbu/chore/bump-version-0.6

chore: Bump version to 0.6

63da2574f5ac780c5bbe29e7f891a64cc12a7695 authored over 4 years ago
chore: Bump version to 0.6

faa0564f862b35985beaf1e8d089b106e306e00f authored over 4 years ago
Merge pull request #298 from mikkelbu/release0.5

chore: Update CHANGES.txt

6d84d58006c1b16f8fe06bc9a4e2e8713262be8e authored over 4 years ago
chore: Update CHANGES.txt

84baa13cee92ec3857769791b47b39d46a0cdf6e authored over 4 years ago
Merge pull request #297 from mikkelbu/feat/make-severities-consistent

feat: Make severities consistent

d40457955557c08f4b1af94c8e4023c21fe54b7e authored over 4 years ago
feat: Make severities consistent

0a32a65b353bfd935b62bff234fdd34199feb3ef authored over 4 years ago
Merge pull request #296 from mikkelbu/fix/make-code-compile-both-targets

fix: Make code compile in both targets

4aab24957c61da604921f755ecf50161d28abbeb authored over 4 years ago
fix: Make code compile in both targets

String.Replace with 3 arguments does not exist in .NET Framework 4.6.1.

05508ac789090157713c1af2f51b72c95ecea050 authored over 4 years ago
Merge pull request #263 from manfred-brands/191_MultiTarget

Target both .NET Framework (4.6.1) and .NET Core (2.1) for testing.

59a35085e9ed639692565e61d65216f5062ca934 authored over 4 years ago
Merge pull request #292 from mikkelbu/feat/improve-index

feat: Improve index.md to contain more information

e59af8b31bcae8d5b5d8c6288672de6db039986c authored over 4 years ago
feat: Improve index.md to contain more information

231d8f5aa1e13058ce543a4141a2d78411b6097d authored over 4 years ago
Merge pull request #291 from manfred-brands/ActualValueDelegate

Actual value delegate

d80d0bdcd3e3e0a00b55d2a96645425bbcb05fbc authored over 4 years ago
NUnit Tests to show NUnit behaviour of Action/Func.

1be3d94d15705029193a796dd7646cee31060c81 authored over 4 years ago
AssertHelper: Also unwrap a TestDelegate.

5ac2cbc24eedc19350c633f7614908c088eddf78 authored over 4 years ago
AssertHelper: Only unwrap an ActualValueDelegate.

e295c0b5180e98c481102fe677feeecde705a7e6 authored over 4 years ago
Merge pull request #289 from manfred-brands/FxCop

Add FxCop Analyzer

5bfd0956bcad2b72994516bf4df2b9050450b29b authored over 4 years ago
CA1707: Identifiers should not contain underscores

55c552a2cc478473cb7afda156896cebca70e220 authored over 4 years ago
CA1031: Do not catch general exception types

5bb02d44db4ebe00f97178e028e2168224adb116 authored over 4 years ago
CA2007: Specify .ConfigureAwait

4cacc2a87bec99a94dae83ec7a1c5106cdcbe155 authored over 4 years ago
CA2009: Do not call ToImmutableArray on an ImmutableArray value

0a652284704c8158ad9bdbbbddb14fcb666cbd83 authored over 4 years ago
CA1826: Do not use Enumerable methods on indexable collections

7411feb4f8387456e89a6295d940614d76ba9e82 authored over 4 years ago
CA1822: Make method static

f0955085c14869c9adf264299ca5bac010fb1a09 authored over 4 years ago
CA1825: Avoid unnecessary zero-length array allocations

44eefd2330b674832ff2dc6e0887bc8fcb9f50a1 authored over 4 years ago
CA1829: Use the "Length" property instead of Enumerable.Count()

54bf4b6b90d471bcb632bae4e069f27cb4df1c65 authored over 4 years ago
CA1822: Forgotten TestAttribute

d7735003da974ad586de3711ed949b89b0a2d306 authored over 4 years ago
CA1307: Specify StringComparison

fff2e20166b90edd0fc1b4f5147af5c1dcfefe7c authored over 4 years ago
CA1305: Specify IFormatProvider

e18a4f284641eb6935543714e788a684e9613d49 authored over 4 years ago
Add FxCop Analyzer

acdba8a00fd8a41b4cae345dcdcb90599ef3247f authored over 4 years ago