7
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 27, 2024 — Dec 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the CruiseControl.NET link on the downloads page.
Richard Holden
as aciddeath
More... almost 18 years ago
Add the sourceforge logo to each page.
Richard Holden
as aciddeath
More... almost 18 years ago
Fix a problem with event handlers and .NET 1.1
Richard Holden
as aciddeath
More... almost 18 years ago
Fix bug #189759 Event unsubscribe in an event handler does not work.
Richard Holden
as aciddeath
More... almost 18 years ago
Remove automatically added usings that aren't needed.
Richard Holden
as aciddeath
More... almost 18 years ago
Refactor to reduce code duplication.
Richard Holden
as aciddeath
More... almost 18 years ago
Fix Expectations so they can override stubs. Need to do quite a bit of refactoring here.
Richard Holden
as aciddeath
More... almost 18 years ago
Version the test assemblies the same as the main NMock2 assembly.
Richard Holden
as aciddeath
More... almost 18 years ago
Migrate the solution to VisualStudio 2005 and add a -vs2003 extension to the project and solution files that will still work for VisualStudio 2003.
Richard Holden
as aciddeath
More... almost 18 years ago
Ignore the website output directory.
Richard Holden
as aciddeath
More... almost 18 years ago
Reformat the website readme.
Richard Holden
as aciddeath
More... almost 18 years ago
Update readme with new changes and todo items.
Richard Holden
as aciddeath
More... almost 18 years ago
Zip up the sources used for each build.
Richard Holden
as aciddeath
More... almost 18 years ago
Update the website for the new release.
Richard Holden
as aciddeath
More... almost 18 years ago
Add the ability to give names to mocks created with the .NET 2.0 Generic interface.
Richard Holden
as aciddeath
More... almost 18 years ago
Fix one of the most requested features, we now sign the NMock2.dll, for .NET 1.1 there will be a CSC warning, since the 1.1 compiler doesn't support the keyfile option. We add the appropriate Assembly propertie in the AssemblyInfo.cs file for .NET 1.1.
Richard Holden
as aciddeath
More... almost 18 years ago
Cleanup the zip files after we run the dist.publish action so we don't get multiple builds zip files in the same directory. This will take 2 builds to get straightened out.
Richard Holden
as aciddeath
More... almost 18 years ago
Rework the NAnt build script. Change the CCNetlive directory layout. Update to the latest NUnit. Some directory cleanup.
Richard Holden
as aciddeath
More... almost 18 years ago
Fix the .NET 1.1 build failure. Ran all the tests under .NET 2.0 and they still pass. Don't have .NET 1.1 testing going right now.
Richard Holden
as aciddeath
More... almost 18 years ago
Fix bug 1736091: internal try/catches can mask errors states.
Richard Holden
as aciddeath
More... almost 18 years ago
setting factories to static to prevent memory leak in the form of dynamic assemblies created with every test. More... about 18 years ago
Adding Serializable Attribute to the exception More... about 18 years ago
Adding patch for allowsing Nullable types to return null from expectations. More... about 18 years ago
Updating to fix service container issue and changed created type hashes to static to reuse dynamic types. More... over 18 years ago
Support mixing Matchers and non-Matchers in expected argument lists. More... over 18 years ago
Private members in test classes failing under .NET 2 More... over 18 years ago
Support for raising events on mock objects (feature request 1653526; patch contributed by Steve Mitcham) More... over 18 years ago
Fix for OrderedExpectations bug (1645611 and 1605557); patch contributed by Steve Mitcham. More... over 18 years ago
Added FieldMatcher to complement PropertyMatcher, plus TypeMatcher and CollectAction to fill holes left by IsTypeOf/CollectingConstraint. More... almost 19 years ago
Fixing breakages: added ElementMatcher.cs to project, implemented PropertyMatcher.DescribeTo. More... almost 19 years ago