-
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
Release 5.1.0 #546
Comments
What's the timeline for this please? We'd really like to use a stable version with ASP.NET 3.1. |
@jonorossi @robertcoltheart @AntonioDrusin @robertcoltheart please tell us, have you been using the beta. Any worries or issues? |
I'll quote myself from the issue description:
If we don't need the issues assigned to the GitHub milestone, then we need to move them out before release. |
@AntonioDrusin what do you think. About other milestones, I do not feel anything else is critical like this is. |
Yes, and it seems to work for us, although I haven't tested any complicated wirings. |
@jonorossi @AntonioDrusin @ltines There are to items still open. I think the #530 can be closed. I think #531 should just be documented. @AntonioDrusin any thoughts? |
I have tested with signalr, cookie implemeantions, compression, node services and many many other deep freatures. It seams to be working! |
I have actually found one issue, which is that if you provide your own container with public WindsorServiceProviderFactory()
{
CreateRootContainer();
CreateRootScope();
}
public WindsorServiceProviderFactory(IWindsorContainer container)
{
SetRootContainer(container);
CreateRootScope(); // <-- Add this
} |
Everything else seems to be working for me. The only other adaption I had to make was with the missing I'm good for this to go out as stable whenever you can please! 👍 |
Hi @jonorossi i will deep dive into to this again within the next 5 days. I have a break between projects. |
Any update on this? Can we get a stable release out now? |
I just tested with docker and aspnetcore. This works also.. @jonorossi anything missing for the release? |
@generik0 issues still assigned to the milestone: https://github.com/castleproject/Windsor/milestone/7 |
The only item left is relating to transient services, for which we have documentation now, no? Can this issue be closed? |
I think so, please comment and close :-) |
Hi all. Just tested with official net core 5. |
Hi all, everything assigned to the 5.1.0 milestone is now closed. I assume everyone is ready to release since there are no open issues, I'll make the release later today. |
This is the thread to make sure everything gets sorted for 5.1.0 so no one is wondering where things are at.
Here is the GitHub milestone with a bunch of Extensions.DependencyInjection facility issues, I've assigned a bunch of stuff but I need you guys to decide what you want in the next release:
https://github.com/castleproject/Windsor/milestone/7
Jump in if you want to help out, it doesn't have to be issues assigned to the milestone either.
/cc @generik0
The text was updated successfully, but these errors were encountered: