0b14f20deb
We probably will want to reenable patching of signed assemblies in the future, but it isn't important now. To get it working, will probably either have to do one of: * Mess around with assembly loading/resolving callbacks to bypass the security check for patched assemblies, if possible * While patching, adjust any references to patched assemblies to make them weak (remove public key) * Restrict this functionality to only work on runtimes we can fully control (mono, possibly dotnetcore) - last resort |
||
---|---|---|
notes | ||
source | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.repoconfig | ||
README.md | ||
format.ps1 |
README.md
ABOUT THIS REPO
This is an extension to NSubstitute that provides mocking of concrete methods (non-interface, non-abstract) and statics.
Once we figure out API and workflow, we'll document it here. Currently this project is experimental.
TODO:
* Deal with warnings in all our dependencies (background: https://github.com/nsubstitute/NSubstitute/issues/310)