-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back-revved to Autofac 3.3.1 as previous. Verified tests still pass u…
…sing Autofac 4 and binding redirects.
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Autofac" version="4.0.0-beta7-130" targetFramework="net45" /> | ||
<package id="Autofac" version="3.3.1" targetFramework="net45" /> | ||
</packages> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Autofac" version="4.0.0-beta7-130" targetFramework="net45" /> | ||
<package id="Autofac" version="3.3.1" targetFramework="net45" /> | ||
<package id="xunit" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.assert" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.core" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.runner.console" version="2.0.0" targetFramework="net45" /> | ||
<package id="xunit.runner.visualstudio" version="2.0.1" targetFramework="net45" /> | ||
</packages> |
19f83ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has there been any attempt at using latest Autofac in this library (since attempting with beta)?
19f83ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The attribute metadata example project does.
19f83ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seem to be having an issue with Mef at startup looking for AF 3.3.1 after upgrading to AF 3.5.2
19f83ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wildshane add assembly binding redirect to your app.config.