-
Notifications
You must be signed in to change notification settings - Fork 277
Comparing changes
Open a pull request
base repository: nsubstitute/NSubstitute
base: v5.2.0
head repository: nsubstitute/NSubstitute
compare: v5.3.0
- 19 commits
- 154 files changed
- 6 contributors
Commits on Apr 30, 2024
-
Add Throws for exceptions to the docs (#795)
* Add Throws for exceptions to the docs * Update ExtractDocs.fs to import ExceptionExtensions
Configuration menu - View commit details
-
Copy full SHA for 1f2fb0f - Browse repository at this point
Copy the full SHA 1f2fb0fView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef7a2d0 - Browse repository at this point
Copy the full SHA ef7a2d0View commit details
Commits on May 5, 2024
-
Update build project to .net 8 (#776)
* Update build project to .net 8 * Update MSBuild.StructuredLogger * Update nuget packages
Configuration menu - View commit details
-
Copy full SHA for 4139d6a - Browse repository at this point
Copy the full SHA 4139d6aView commit details
Commits on May 8, 2024
-
Remove Visual Studio for Mac from readme (#807)
- Remove Visual Studio for Mac from readme as it is deprecated [1] - Remove some not needed warning suppressions [1]: https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/
Configuration menu - View commit details
-
Copy full SHA for 4a5e6b6 - Browse repository at this point
Copy the full SHA 4a5e6b6View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cf5aad - Browse repository at this point
Copy the full SHA 2cf5aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for da6c174 - Browse repository at this point
Copy the full SHA da6c174View commit details -
Raise.EventWith default constructor (#788)
Mihnea Rădulescu committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 084d0c6 - Browse repository at this point
Copy the full SHA 084d0c6View commit details
Commits on May 20, 2024
-
Use c# 12 primary constructors (#812)
* Use c# 12 primary constructors * Format SetActionForCallHandler
Configuration menu - View commit details
-
Copy full SHA for b7ff02c - Browse repository at this point
Copy the full SHA b7ff02cView commit details -
Update following PR review (1)
Mihnea Rădulescu committedMay 20, 2024 Configuration menu - View commit details
-
Copy full SHA for a524189 - Browse repository at this point
Copy the full SHA a524189View commit details
Commits on May 27, 2024
-
Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constr…
…uctor
Mihnea Rădulescu committedMay 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ee276f3 - Browse repository at this point
Copy the full SHA ee276f3View commit details
Commits on May 28, 2024
-
Updated event raising logic to only allow internal default constructors
Mihnea Rădulescu committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4bd429e - Browse repository at this point
Copy the full SHA 4bd429eView commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c0d798 - Browse repository at this point
Copy the full SHA 0c0d798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce4d66 - Browse repository at this point
Copy the full SHA 2ce4d66View commit details -
Merge pull request #813 from mihnea-radulescu/bug/issue-788-Raise-Eve…
…ntWith-default-constructor Raise.EventWith default constructor (#788)
Configuration menu - View commit details
-
Copy full SHA for da82bc5 - Browse repository at this point
Copy the full SHA da82bc5View commit details
Commits on Jun 10, 2024
-
Unable to match arguments whose type is generic, when their concrete…
Configuration menu - View commit details
-
Copy full SHA for 73818a6 - Browse repository at this point
Copy the full SHA 73818a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b0184 - Browse repository at this point
Copy the full SHA b8b0184View commit details
Commits on Aug 11, 2024
-
Feature: Enable call forwarding and substitution for non virtual meth…
…ods or sealed classes implementing an interface. (#700) How to use: var substitute = Substitute.ForTypeForwardingTo <ISomeInterface,SomeImplementation>(argsList); In this case, it doesn't matter if methods are virtual or not; it will intercept all calls since we will be working with an interface all the time. For Limitations: Overriding virtual methods effectively replaces its implementation both for internal and external calls. With this implementation NSubstitute will only intercept calls made by client classes using the interface. Calls made from inside the object itself to its own method, will hit the actual implementation.
Configuration menu - View commit details
-
Copy full SHA for 4d258a2 - Browse repository at this point
Copy the full SHA 4d258a2View commit details
Commits on Oct 26, 2024
-
* Release build workflow * Release build - apply review comments - Rename workflow - Split artifact upload into packages and docs * Change artifact retention on release build
Configuration menu - View commit details
-
Copy full SHA for cc73901 - Browse repository at this point
Copy the full SHA cc73901View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45e00e3 - Browse repository at this point
Copy the full SHA 45e00e3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.2.0...v5.3.0