-
Notifications
You must be signed in to change notification settings - Fork 27
Upgraded Autofac to 5.1 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Upgraded Service Fabric packages to 7.0.464 Dropped support for .Net 4.5 Upgraded package template (icon and license)
src/Autofac.Integration.ServiceFabric/AutofacServiceExtensionsResources.resx
Outdated
Show resolved
Hide resolved
src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj
Show resolved
Hide resolved
Looks good @pcherpitel. A few small tweaks and it's good to go! |
…ServiceTypeNameErrorMessage
Just as an info we need to finish this PR ahead of this since |
From what I understand the issue in |
That's a good point, I don't see DynamicProxy as being referenced here. @alsami can you clarify before we move forward here? |
I am not a hundred percent sure, if going forward without the fix of DynamicProxy is safe. I would wait for the fix to be merged and then update this PR accordingly. Maybe users end up using that functionality in their project anyway because it's a transitive dependency. If it's save to go on without the fix then consider my comment obsolet :) |
Oh, oh, oh, I see it now. There is a reference to Autofac.Extras.DynamicProxy. The diff had it hidden from me. I agree, we need to finish that one first so we can update the reference here. |
|
We very much understand that this is frustrating and causes users to have problems. Which is why we need to make sure that we don't create more possible problems. We are working on the fix and as soon as that is done, we will get your PR ready and merge it 👍 |
The other PR has been unblocked now. |
… Fabric to 7.0.466
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.
Awesome! I'll probably increment this to 3.0.0 before publishing since Autofac 5 brings some breaking changes, but I should get it out the door shortly.
Upgraded Service Fabric packages to 7.0.466
Dropped support for .Net 4.5
Upgraded package template (icon and license)