Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
NUnit
NUnit is a unit-testing framework for all .NET languages.
Collective -
Host: opensource -
https://opencollective.com/nunit
- Code: https://github.com/nunit
chore(deps): update dependency nunit.analyzers to v4.1.0
github.com/nunit/docs - a1c1764188a6b6afe3fec610faadd029193cdaf4 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/docs - 50f068a08c4265a4282ed1e4dbdbdbc1d2b8d49e authored 8 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: Update release notes
github.com/nunit/nunit.analyzers - d55863216a1a28cad6d3110aabfdbac9a7fadc06 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/nunit.analyzers - cb8c8253fe0404c268ea25421d0d23c7688db51c authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>
Fixing up misleading xml method descriptions
github.com/nunit/nunit - 95cd3b37cc818a1e571d7e932d11a03e57f9c4e2 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>Add support for Exceptions for Display Name
github.com/nunit/nunit - 7fedfa544fc95d2cb243234b422dcd1c2ce2de2d authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>Ignore null suppression operator when matching Is.Not.Null
github.com/nunit/nunit.analyzers - f771316383a65b744f34c436b3ab01846a601ad1 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/nunit - 5ddbbc95ef3739d2eaee04ff7cf638f8ba8dea57 authored 8 months ago by Manfred Brands <[email protected]>
chore(deps): update dependency coverlet.collector to v6.0.2
github.com/nunit/docs - 61c6b2e026762e59353b20941c5b054c4490ef16 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/docs - df9f3cefa66909893eed6ec6f2900b26a1616abd authored 8 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/nunit.analyzers - 17038480e8538d4fce51cb96024509f40a889071 authored 8 months ago by Manfred Brands <[email protected]>
github.com/nunit/nunit.analyzers - 0aacb17aabe522e8d57c0e8170108944fba75049 authored 8 months ago by Manfred Brands <[email protected]>
NUnit2010: Add support for detecting use of 'is' pattern inside 'Assert.That'
github.com/nunit/nunit.analyzers - 4798485d8b3e156684b4f2ea82c7d4d0e2d618d9 authored 8 months ago by Manfred Brands <[email protected]>Support Assume.That(x, Is.Not.Null) to suppress nullable warning
github.com/nunit/nunit.analyzers - 59a99268980a107d6fcb00b5fd71f9d4a0a904e3 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>Added a test project for the reproduction of Issue #4658.
github.com/nunit/nunit.issues - fe4a990e08906cf0e0ebc8b042dcec31eca55e8f authored 8 months ago by Terje Sandstrom <[email protected]>github.com/nunit/nunit.issues - 582aed0278a3e5b66459546c9dc933f664558291 authored 8 months ago by Derek DuPont <[email protected]>
github.com/nunit/nunit.analyzers - f93b9ccc6c19d75f360af793a493d7133a63a757 authored 8 months ago by Manfred Brands <[email protected]>
github.com/nunit/nunit.analyzers - 97bd87e8c200d55f354709f2e07bb3e16249e05c authored 8 months ago by Manfred Brands <[email protected]>
github.com/nunit/nunit.issues - ab98e0e87caf7c7e81d070ae83ce6ea217204cc1 authored 8 months ago by Terje Sandstrom <[email protected]>
Use obj is Array instead of obj.GetType().IsArray
github.com/nunit/nunit - f4f266b4c0ddebc708c2189fa17b24a0fdc14730 authored 8 months ago by Manfred Brands <[email protected]>github.com/nunit/nunit - d90877c62d00464340aa853c9547fbcf6f8c9353 authored 8 months ago by Michael Render <[email protected]>
github.com/nunit/nunit.issues - 7fb7f08a25079d314631c0f169a88fc20949304f authored 8 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit.issues - 9e452bf82835381f95191b1c510179f446ab91a9 authored 8 months ago by Terje Sandstrom <[email protected]>
Remove null message in AreEqual code fix
github.com/nunit/nunit.analyzers - 47648c512d65ea07107e3e3aac5e0090eec9c415 authored 8 months ago by Manfred Brands <[email protected]>github.com/nunit/nunit.analyzers - 0c12fdb5f25014ce069c59c3bba9cd83f04f5e58 authored 8 months ago by verdie-g <[email protected]>
```
Assert.AreEqual(2d, 3d, null);
```
would generate
```
Assert.That(3d, Is.EqualTo(2d), null);...
* set CI friendly NO_LOGO and CLI_TELEMETRY_OPTOUT
github.com/nunit/nunit - ac561dd273b1ec71582603a037e295328e41ff6f authored 8 months ago by Marko Lahma <[email protected]>Switch to using license expression
github.com/nunit/nunit.analyzers - a8720ac0b0f7c4cb785a27b4215bfeb014868324 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>chore: Bump NUnit to version 4.1.0
github.com/nunit/nunit.analyzers - 282ef3b8ac9382498607fdad9a7326785e8fd785 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/nunit.analyzers - 29c71d9d751f73fe3db2fe13546785fb2c3c4050 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>
Don't generate output content twice in TestResult.AddToXml
github.com/nunit/nunit - 44fb3f45ecaabd852d1c6ab50446518bcaca4ac3 authored 8 months ago by Mikkel Nylander Bundgaard <[email protected]>* access concrete assertion results directly instead of interface
github.com/nunit/nunit - 2a8bac3d1e875cf930804c57a690eca9952f2225 authored 8 months ago by Marko Lahma <[email protected]>* setupfixture fixes
* setupfixture fixes
* Update docs/articles/nunit/writing-tests/attri...
github.com/nunit/docs - e1be1c72da326b0b09991838ea9d04cb7594b69c authored 8 months ago by Terje Sandstrom <[email protected]>github.com/nunit/nunit.issues - 9c3b2efe9197cac4c3eb0162c8ca689ae77e4e57 authored 8 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit.issues - ca28acfb05557b1964a54a7cb970c18061ca5393 authored 8 months ago by Terje Sandstrom <[email protected]>
* Breaking api changes
* Breaking api changes
github.com/nunit/docs - 407a105ebd652b42dc30d256253b8009554f85cd authored 8 months ago by Terje Sandstrom <[email protected]>* updating missing releases in console and engine release notes
* updating missing releases i...
github.com/nunit/docs - f0347186b3697cf314a1bb488efc75adc43f5e72 authored 8 months ago by Terje Sandstrom <[email protected]>github.com/nunit/nunit.issues - f91afef49491bf4f09032b9a415daa097642fb3f authored 8 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit.issues - 2320a726a52c7f70f69e2f56f801257e241357b1 authored 8 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit - d0df0585cd257904a5a67dd06a2f8a36a8fe12d2 authored 8 months ago by IlshatGaripov <[email protected]>
Properly handle generic ValueTask await adapter
github.com/nunit/nunit - 331944e9ff422beefd7f6b69266b707b42df4480 authored 9 months ago by Steven Weerdenburg <[email protected]>github.com/nunit/nunit - 5af6158ffb9f606cf078b7a42a6c1446376f7f36 authored 9 months ago by Michael Render <[email protected]>
github.com/nunit/nunit - 87f6226d29d4affdd6fe0535853077c4ed8d9d1d authored 9 months ago by Michael Render <[email protected]>
github.com/nunit/nunit - 19ed88104a9af5b6973c22cf990720cc94a84623 authored 9 months ago by Michael Render <[email protected]>
Update links to docs
github.com/nunit/docs - 3a76f6421a558b75fe588f7a7f440ba1c0bb56ee authored 9 months ago by Steven Weerdenburg <[email protected]>github.com/nunit/docs - be65042417b2cd2414c7a7c23e9d0c129e9eb388 authored 9 months ago by stevenaw <[email protected]>
Co-authored-by: Sean Killeen <[email protected]>
github.com/nunit/nunit.github.io - 298cfb821638930a2596f85f1ec755edd24b6305 authored 9 months ago by Ihor Sychevskyi <[email protected]>* updating missing releases in console and engine release notes
* updating missing releases in ...
github.com/nunit/docs - f50213c78c260b4f71a67bfa2e97e338a2d658de authored 9 months ago by Terje Sandstrom <[email protected]>* Updating release information on the download page
* Updating contact pages with more links
github.com/nunit/nunit.github.io - be00445203382bba32bdac80831547ac57e3771f authored 9 months ago by Terje Sandstrom <[email protected]>chore(deps): update dependency nunitlite to v4.1.0
github.com/nunit/docs - 50febfac9567fafd89078714518a59736e295a0a authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/docs - 72dbff93e7cca873cd86770039c3c113c3e9c281 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency nunit to v4.1.0
github.com/nunit/docs - 80ae7d3ecea4c791556a8efa8a96e67acfb18233 authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>Add 'main' to CI yaml
github.com/nunit/nunit - 1b91bdd8623d3d65ed4533eb0b4b8d3a988430ea authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/docs - 7fcca283d1acaeb2f89d40dcf8b4ba551a56026a authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Prepare version 4.1
github.com/nunit/nunit - 43ac03b8ddeffdc3c071102c251183440d5d0b70 authored 9 months ago by Sean Killeen <[email protected]>Co-authored-by: Sean Killeen <[email protected]>
github.com/nunit/nunit - e95992e4fce58bb7f06a2a692e45e17e718ca2f5 authored 9 months ago by Terje Sandstrom <[email protected]>Co-authored-by: Sean Killeen <[email protected]>
github.com/nunit/nunit - b8f0f408e9f10dc630e88e6f046edb491d20a8a9 authored 9 months ago by Terje Sandstrom <[email protected]>Co-authored-by: Sean Killeen <[email protected]>
github.com/nunit/nunit - 535144319f38d7df6302a533d5551e8e40d0ff53 authored 9 months ago by Terje Sandstrom <[email protected]>* TestCaseSource documentation.
* TestCase documentation.
* Fix some errors
* Fix a gra...
github.com/nunit/docs - 20119de3ef66b1393477ebeed5d86dd1c5a62144 authored 9 months ago by Steven Weerdenburg <[email protected]>* Add documentation to inequality constraints with tolerance
* Update docs/articles/nunit/wri...
github.com/nunit/docs - e37afe249af71d47b746451ebe04b7d60a96301f authored 9 months ago by Michael Render <[email protected]>github.com/nunit/docs - c94c7432ff75ce2818fa745e9e24efe09dc31acc authored 9 months ago by Manfred Brands <[email protected]>
github.com/nunit/nunit - c5960c0ea7d52ce2191684ccdbf78ba8064a2275 authored 9 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit - c38222e5841069534f7ea98f3fbfdb9a24aa5e27 authored 9 months ago by stevenaw <[email protected]>
github.com/nunit/nunit.issues - 570c9a44514bab5b4b228219ab4e7fba22ed0c35 authored 9 months ago by stevenaw <[email protected]>
* Release notes for 4.1 and corresponding doc changes
* Release notes for 4.1 and corresponding...
github.com/nunit/docs - 79cdf4cfb2c694e6cd6c3ff25f0079446b603643 authored 9 months ago by Terje Sandstrom <[email protected]>github.com/nunit/nunit.analyzers - 09ccb1f6fcfcf8903e587647375b8e6e18dab329 authored 9 months ago by Marko Lahma <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/docs - b2bac2248f9231e95ec8f6601efe28119063c52d authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* Added myget publish workflow/action.
* Update name
* Namechange
* Fix modifier
* f...
github.com/nunit/nunit - 3a35f8c390665810ffb100e924ca2e5d7ee7f06e authored 9 months ago by Terje Sandstrom <[email protected]>* Initial implementation of TestCase with TypeArgs
* Respond to feedback
* TestCaseSource ...
github.com/nunit/nunit - 829e30403188e7517c6c8a81fa7f521195b66a92 authored 9 months ago by Steven Weerdenburg <[email protected]>Updates the requirements on [github-pages](https://github.com/github/pages-gem) to permit the la...
github.com/nunit/nunit.github.io - 81ff1196a005040fe0f32dae05538dfecb63993a authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* updating packages
* Update packages and fix warnings
* Fixing PR comments
* Fixed mor...
github.com/nunit/nunit - d96485a75e4fa2105037732a81b2f436db238a58 authored 9 months ago by Terje Sandstrom <[email protected]>This reverts commit 84ea3f56e62b1a6a72a3970eb31ccd16a761b06e.
github.com/nunit/nunit.analyzers - 2bced5a47444fdaf62a8edb55ddc8643d0b0ce17 authored 9 months ago by Mikkel Bundgaard <[email protected]>github.com/nunit/nunit.analyzers - 84ea3f56e62b1a6a72a3970eb31ccd16a761b06e authored 9 months ago by Mikkel Bundgaard <[email protected]>
Switch to using license expression
github.com/nunit/nunit - 1ad9a857e43dcd5a16864f1ee3486999c7ccc145 authored 9 months ago by Terje Sandstrom <[email protected]>Make builds deterministic with ContinuousIntegrationBuild flag
github.com/nunit/nunit - 5778f247253b307d3afbf7c916230b78636e1c89 authored 9 months ago by Terje Sandstrom <[email protected]>github.com/nunit/nunit - da714907b83bb2eb38828f4314ef841468e9fc87 authored 9 months ago by Marko Lahma <[email protected]>
github.com/nunit/nunit - f6acc7dfccee5fd96199539ba8076a610ec87a8c authored 9 months ago by Marko Lahma <[email protected]>
github.com/nunit/nunit - 810bf56f2dd4c530664ddbb5f2d153c6b5c10ca0 authored 9 months ago by Marko Lahma <[email protected]>
github.com/nunit/nunit - 3227b6d7e95323c7cc5b6662d31cfc55c36097e3 authored 9 months ago by Marko Lahma <[email protected]>
github.com/nunit/nunit - dd0deedee230d50771e6637d30f2de06d9cc2f51 authored 9 months ago by Terje Sandstrom <[email protected]>
github.com/nunit/nunit.issues - 7e3866732872cae35396f5fa9e5bf9c3b0d904ba authored 9 months ago by stevenaw <[email protected]>
github.com/nunit/nunit.issues - 19821f5bb3df3c62eabb596425cb4d62c1cf689f authored 9 months ago by stevenaw <[email protected]>
Add support for DateTime comparison with TimeSpan tolerance
github.com/nunit/nunit - 56fa6f4e22f1aac55f7fb9f23694b2e1bff830f8 authored 9 months ago by Terje Sandstrom <[email protected]>Updates the requirements on [github-pages](https://github.com/github/pages-gem) to permit the la...
github.com/nunit/nunit.github.io - c59c94b41b48c6efb83ed989a2c60bf8b2159b96 authored 9 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>github.com/nunit/nunit - 47bfedeea09cb76ca920c7fb7dfc2a6c4ee9cec0 authored 9 months ago by Michael Render <[email protected]>
github.com/nunit/nunit - b80363df14d71721b9155d5f199cd225bc4da444 authored 9 months ago by Michael Render <[email protected]>
github.com/nunit/nunit - 1b80891bcb51b2fcde7d0ac851ef4cea1c1df3c8 authored 9 months ago by Michael Render <[email protected]>
github.com/nunit/nunit.issues - 694b4e001e0861df43b50fbe05465bcf4cf9e2ef authored 9 months ago by stevenaw <[email protected]>
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src
github.com/nunit/nunit.analyzers - 4797135e37c59049cd9fa2ac547b1ed6624d66b6 authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/nunit.issues - f15c26d6c440be0c64e1c987e03e5a64657e1a1a authored 9 months ago by Terje Sandstrom <[email protected]>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
- [Re...
chore(deps): update dependency microsoft.net.test.sdk to v17.9.0
github.com/nunit/docs - aa98ffcfb7516932f790fbd88de7991c530c1218 authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>github.com/nunit/docs - 81e4a7fa68d20efcc31ecd1af023fd10f4048733 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/docfx-action - 3e751cf6a584d93cfa008872c92509e1a91044fd authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/docfx-action - 004aad30246713e9ee6c13633d86015e869bfc8d authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/nunit/docfx-action - 14dad12dedab76803e595a469832189627011dd6 authored 9 months ago by Sean Killeen <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/docfx-action - 58c3dd26b55934167b1fd0b62fed987a19c720e2 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/nunit/docs - adddc4d9a8aced7e52c93ee9a33d6b84ddd9a863 authored 9 months ago by Sean Killeen <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/nunit/docs - 370020fe96079f91b43b1fe6d81b7a92b0ddad64 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Remove name colon on tolerance argument with code fix
github.com/nunit/nunit.analyzers - d05cb67e108dc63f5ab474e227606862385efc07 authored 9 months ago by Mikkel Nylander Bundgaard <[email protected]>