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
chore: Update release notes
d55863216a1a28cad6d3110aabfdbac9a7fadc06 authored 10 months agocb8c8253fe0404c268ea25421d0d23c7688db51c authored 10 months ago
Ignore null suppression operator when matching Is.Not.Null
f771316383a65b744f34c436b3ab01846a601ad1 authored 10 months ago17038480e8538d4fce51cb96024509f40a889071 authored 10 months ago
0aacb17aabe522e8d57c0e8170108944fba75049 authored 10 months ago
NUnit2010: Add support for detecting use of 'is' pattern inside 'Assert.That'
4798485d8b3e156684b4f2ea82c7d4d0e2d618d9 authored 10 months agoSupport Assume.That(x, Is.Not.Null) to suppress nullable warning
59a99268980a107d6fcb00b5fd71f9d4a0a904e3 authored 10 months agof93b9ccc6c19d75f360af793a493d7133a63a757 authored 11 months ago
97bd87e8c200d55f354709f2e07bb3e16249e05c authored 11 months ago
Remove null message in AreEqual code fix
47648c512d65ea07107e3e3aac5e0090eec9c415 authored 11 months ago0c12fdb5f25014ce069c59c3bba9cd83f04f5e58 authored 11 months ago
```
Assert.AreEqual(2d, 3d, null);
```
would generate
```
Assert.That(3d, Is.EqualTo(2d), null);...
Switch to using license expression
a8720ac0b0f7c4cb785a27b4215bfeb014868324 authored 11 months agochore: Bump NUnit to version 4.1.0
282ef3b8ac9382498607fdad9a7326785e8fd785 authored 11 months ago29c71d9d751f73fe3db2fe13546785fb2c3c4050 authored 11 months ago
09ccb1f6fcfcf8903e587647375b8e6e18dab329 authored 11 months ago
This reverts commit 84ea3f56e62b1a6a72a3970eb31ccd16a761b06e.
2bced5a47444fdaf62a8edb55ddc8643d0b0ce17 authored 11 months ago84ea3f56e62b1a6a72a3970eb31ccd16a761b06e authored 11 months ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src
4797135e37c59049cd9fa2ac547b1ed6624d66b6 authored 12 months ago
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
- [Re...
Remove name colon on tolerance argument with code fix
d05cb67e108dc63f5ab474e227606862385efc07 authored 12 months agoCo-authored-by: Manfred Brands <[email protected]>
9b11a30b147bd306c3469bceeac7f6f0f4172a40 authored 12 months agof49f315b91cad451d7d08a40be756d1b41533211 authored 12 months ago
chore: Update release notes
0c140479f4db248b779471ec77b42617aa0ea54f authored 12 months ago273e7e7aebd43da358b84d3d9cebb0e6645816e8 authored 12 months ago
Fix case where TestCaseSource and no CancellationToken parameter
16f640e79212a391721f83629a0bbd76d72a23a2 authored 12 months ago09b905c49da0e090e98102db9cdea913f7f38349 authored 12 months ago
chore: bump-version
9330fc476d6c456adcfe587572b5083eff412fca authored 12 months agobdd4a72e86de95a82405239b9c18bdd6ff1cd508 authored 12 months ago
chore: Update release notes
bb132f0431ecd65061083df1cc1636fde34c502c authored 12 months ago7056b7fcda0937ee46a14d3c307e6863cae1a23e authored 12 months ago
chore: Keep version in resulting dll
87e452fc929a01885cdbf653360fdc836c3377b5 authored 12 months agoc060984f1d264e61100f0080df40e4c8fb7d04a6 authored 12 months ago
Update Test method parameter checks to account for CancellationToken
b0655fe761b9788aa875d7c39bc54cb4b4ae3f51 authored 12 months ago70dd521e7488daa764a74acdad664b378a3c7573 authored 12 months ago
bb0263c274d30f360dfd2bcb3f1d76b6fa2c432c authored 12 months ago
053e2a1658db558f75e84833eaa74bf67eb7b917 authored almost 1 year ago
f2d269cfd7b1d471ff14ee2516203c34d4523313 authored almost 1 year ago
88aeaa8d9fe2cae60fb54dd40e72bb087f3bd8ae authored almost 1 year ago
feat: Drop support of VS before 2019 version 16.3
01364d45d8b030c59dd9ba6189cf368d13eb86f8 authored almost 1 year agoa9c6db4e904aa6ddf6270e0e4ad923fd078025f9 authored almost 1 year ago
fb2aed762381238ed3afd7ae3451042f01a7b2fd authored almost 1 year ago
chore: markdownlint-cli2-config is removed use flag instead
72ae470baf77d251536ca153d873c76450aea9f3 authored almost 1 year agoThe entry point `markdownlint-cli2-config` was removed in markdownlint-cli2 version 0.12.0
Se...
9406f5ecb35b20a034bd41ac1eb6a1f4fbb345e7 authored almost 1 year agoAlso support codefix for .Within
903a11fc985c8f425b15ab3fed00d37648436eaf authored about 1 year ago481af8edf200844af9ba86cf5062abe8ca746e11 authored about 1 year ago
chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.507 to 1.2.0.556 in /src
eb2c8fb8955730c35db23817c22a852b5318ebce authored about 1 year agoBumps [StyleCop.Analyzers.Unstable](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1...
1833ce7b1ab5890fde16d3ccbbc4713ae421e268 authored about 1 year ago001dc75bc8108331d8c6a4d536e329fd4d5bb0c8 authored about 1 year ago
Issue635 partial classes
c3729dd36a204e4ae79e733d9715d00c5918517b authored about 1 year agochore: Bump NUnit 4 to version 4.0.1
91622f075b8ba4a2faf276d5b78b1c62ae5b419e authored about 1 year agoe63f7eed921c85c9415fb0c5c928239b24387581 authored about 1 year ago
This to cope with cases where a field and an explicit property have the same name.
989971453d861341169f8f7452005c5d4f9b143b authored about 1 year agoTake into account that get only properties and readonly fields can be assigned to in a constructor.
8d28475d6588f23f51eb35948118b650c029ac1a authored about 1 year agochore: Add tooling from docs project
42efa9e6550515075b0259fe42a8f89fe082885c authored about 1 year agoAllow public override methods.
e7da07507c9d8e82a01d899021e9dc94f75f4141 authored about 1 year agochore: Bump to NUnit 4
c8e4e26b62540a29e69a144e31e073b43b69cb7c authored about 1 year agod5c5dea85a3b1a4b458c13a48ab82c5eaaa665a3 authored about 1 year ago
Do not check calls across compilation boundaries.
a344155c0a46c5024af0bc18ca35ce7536a8f153 authored about 1 year agoThis removed the need to check all methods for classes that only have read-only constants.
78a2e1293948953dbdf229ea3bce020ffcce3484 authored about 1 year ago181217200140b59fb82615788a571138dd947f9d authored about 1 year ago
chore: Bump version
a2b2f821e11308cff77e8a921b8f320ef7bd45df authored about 1 year ago2e5032f1dc9ccefa6550e82bbfe3765aa89420b0 authored about 1 year ago
Release3.10
5995304c839974ae823293dcaa4fd4326709efd7 authored about 1 year ago538d3a3bb7afa73ba5024ded8b9ad607874628ed authored about 1 year ago
2e4a7b0926753eceb3f867cd27ef07ef4c994451 authored about 1 year ago
cec6902f57bd0c776a20e2caccc5f951b7fb1985 authored about 1 year ago
chore: Skip branch builds on PRs
af8634975b6b3a7b8f46d2ee6d9e94b337f1f49f authored about 1 year ago79cd42bb8794694dcccd0f0392bf04d05e510236 authored about 1 year ago
9242ca157a82035abccf4b16dfedc64327b596b9 authored about 1 year ago
713f3ade51f4b712f41e1db0ae51dcefb40ae09b authored about 1 year ago
7465e8176156d683d08f55e29fc181f60d9336d7 authored about 1 year ago
d20363cdc96fb7b19f203964bb63105e39219459 authored about 1 year ago
e185aaad1a4d705bb61e59eda22add0d1687ed87 authored about 1 year ago
1fb346f675e3838bd98dfa32db14a816993ab22e authored about 1 year ago
f36e616e00cd46c34e048f4d228697e9d84615ab authored about 1 year ago
chore: Remove VSIX project
726b1ef97ebb62e51680bb6cce24dc995ca948a7 authored about 1 year agofixes #429
5f0b678f708961dee13011196c5f9add2e669a24 authored about 1 year agoDetect Assert.That invocations where CallerMemberExpression parameter has been passed in.
b3a468c17cb5ff7948995ea98a5b481d687653b2 authored about 1 year ago19dca196670e7d61eeaaa740d676e366f5471222 authored about 1 year ago
Allow IAsyncEnumerable for ValueSource/TestCaseSource
2214c075540ecf61a61775d8408c6d553770933f authored about 1 year agochore: Update release notes for 3.10 beta
9d1b382124147b514d0239e9ea1e23c8a04e4bc0 authored about 1 year agocd8ab3cf2162f373beb795e6dbde5677e269d7e1 authored about 1 year ago
Add support for Assert.MultipleAsync
f850667d5b89450b49c25c07cc962a38c4a12378 authored about 1 year ago
This affects:
- DereferencePossiblyNullReferenceSuppressor
- UseAssertMultipleAnalyzer
cc0e1c686edfdb3f4d77b271a90aa6d9960b0d6d authored about 1 year ago
Check Values against generic type constraints
8fe0d4692230b202b3d2e3513a55f8f25f889d58 authored about 1 year ago8c2b9076ce8d89bfdfb58601a5262794b723f401 authored about 1 year ago
Suppress ValuesUsageAnalyzer when using null-forgiving operator
b948ccb63d4841e25da2db7c6ccfa8b959122630 authored about 1 year agob48dee4a2eefa60224b1ad94aee58b6792ead441 authored about 1 year ago
Disabled NUnit2025 by default.
49d9fadbac713c2ba145149a74d280dacf4efd76 authored about 1 year ago8a4ee92f7a8e7a6ada770bcfafb06badcef86794 authored about 1 year ago
30e6172b98052f93ddbae692d722b6e3b34162cd authored about 1 year ago
a47b211ee01dbd9a5ab59f3722b896f0abaabaac authored about 1 year ago
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /src
5a5415fea34dfb36723d76d1c786cc4ab6559456 authored about 1 year ago
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0.
- [Re...
Left the rule in, in case someone wants to restrict Does.Contains to strings.
b812fc98d1c33882816d15fcebd2344057418f8a authored about 1 year agoAdd support for NUnit version 4.
32664521974e481fd17180a0aadf97f89bd67331 authored about 1 year agobe7fe62b204e9249eeadaa14ffcfd80e90a434af authored about 1 year ago
cb813d98f69e1f9f622f56db73e9749df27146d2 authored about 1 year ago