1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incremented patch version, More... over 12 years ago
Modified TestCase type's implementation around the initialization of the FirstClassCommand and the value of FirstClassCommand's ShouldCreateInstance property. More... over 12 years ago
Removed a redundant blank line. More... over 12 years ago
Updated XML documentation in FirstClassCommand class to include the ShouldCreateInstance constructor argument. More... over 12 years ago
Parameterized the value of the ShouldCreateInstance property in FirstClassTestsAttribute and TestCase. More... over 12 years ago
Parameterized the value of the ShouldCreateInstance property in FirstClassCommand. The reason for this change is to support TestCase instances in static classes. When a class that contains TestCase instances is static the ShouldCreateInstance property of the FirstClassCommand is set to false. More... over 12 years ago
Incremented minor version, More... over 12 years ago
Added Zero29 NuGet package, More... over 12 years ago
Added XML documentation. More... over 12 years ago
Added first-class tests demonstrating that Action is now a valid constructor argument. More... over 12 years ago
Added a Guard Clause. More... over 12 years ago
Chained the TestCase class constructors by adapting an Action to an Action<object>. More... over 12 years ago
Introduced a TestCase class constructor overload that takes an Action as an argument. More... over 12 years ago
Added a CONTRIBUTING file, More... over 12 years ago
Added link to Exude Nuget package to README file. More... over 12 years ago
Merge pull request #14 from moodmosaic/small-typos More... over 12 years ago
Micro-improved two sentences by applying a pluralization in one place and 'an' as the indefinite article in another. More... over 12 years ago
Added a first draft of a proper description More... over 12 years ago
Merge branch 'nuspec-dependency' of https://github.com/moodmosaic/Exude into moodmosaic-nuspec-dependency More... over 12 years ago
Specified minimum required xUnit.net version in .nuspec file. More... over 12 years ago
Made the expansion of the test assemblies itemgroup delayed More... over 12 years ago
Turned all potential Code Analysis warnings into More... over 12 years ago
Suppressed a Code Analysis warning. More... over 12 years ago
Adressed a Code Analysis warning More... over 12 years ago
Addressed Code Analysis warning CA1018 More... over 12 years ago
Added a custom Code Analysis dictionary. More... over 12 years ago
Marked Exude as CLS Compliant, More... over 12 years ago
Executed Verify build from BuildRelease More... over 12 years ago
Added a Code Analysis rule set, and turned it on More... over 12 years ago
Added a Verify build configuration, More... over 12 years ago