-
Notifications
You must be signed in to change notification settings - Fork 458
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
Fixed typed factory out of order disposal #344
Fixed typed factory out of order disposal #344
Conversation
LGTM. I think you deserve some kind of medal for this one, even though the fix is simple, getting there was a brave man's endeavour. Thanks! |
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.
@jnm2 the code looks great, could I just get you to update the changelog and we'll merge.
@jonorossi Done. The next thing on my mind is, how soon would you consider a hotfix release to NuGet? If worst comes to worst I can build a package myself (your CI artifacts have versions like |
@jnm2 - The build version if defaulted to zero here. What you are seeing is a noddy appveyor counter running in the background which has no relevance to the release. Dev builds only. When I worked on porting this project to AppVeyor @jonorossi and I made sure that tag versions for releases flow through to the final published NuGets. Tag = deploy. If we are following semver than this looks like it will be in a 4.0.1 release. |
4.0.1 sounds good. Would you be willing to put at least a prerelease of 4.0.1 on NuGet within a week or so? |
Faster than that fella! That is why I reworked everything to use appveyor. We have no excuses for releasing early and often anymore :) Before AppVeyor we used to hoard everything in master with no visibility of the background TeamCity server when merging PR's. Your fix is shall we say ... imminent. (* Which in my worlds means this week *) |
Merged. @jnm2 @Fir3pho3nixx definitely, just need to cut a fresh Castle Core release (castleproject/Core#306) and get Windsor updated to end those assembly binding version problems. Logged an issue so we can get this version out: #347 |
Hello, |
@MishaD87 Would you be willing to open a new issue and provide the smallest sample code you can which demonstrates this? That'll take a lot of the guesswork out. |
Fixes #114. See implementation rationale at #114 (comment).
This has been causing no small amount of trouble for my company, so hopefully this fix and rationale are adequate.
/cc @Fir3pho3nixx @jonorossi