-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feature: Update Splat.Autofac to work with Autofac 5.0 (#465) Raises Autofac version to 5+, and deprecates or removes method that mutate the container (since that is supposed to be immutable from now on). Register and HasRegister are to be used only by the ReactiveUI initialization procedure, which modifies the container by creating a child scope for each service registration. Thanks to "skaman" for coming up with the workaround. * UPDATE readme * CHANGE Splat.Autofac tests, so they attempt to mutate the container anymore CHANGE Splat.Autofac tests, so they attempt to mutate the container anymore * FIX a few tests hopefully * FIX 4 more tests for Unregistered by disabling them * ADD check against adding registration to the dependency resolver after the container has been built * CHANGE readme and container builder naming * CHANGE Autofac version specifier
- Loading branch information
1 parent
d0670a7
commit 7af765b
Showing
7 changed files
with
253 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.