-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can we retire this project in favour of Castle.Facilities.AspNetCore? #28
Comments
Surely, we can retire this one once Castle officially support it :) |
Heads up, we have a production ready facility here: castleproject/Windsor#394 I seriously envy you gentleman for going through the pain you have done. You guys were also credited in the docs. What a crazy journey huh? @generik0 also helped out. Thanks. |
Thank you @fir3pho3nixx for your great effort and mentioning in the docs :) |
Please see: danielpalme/IocPerformance#81 We hope to address this soon. |
Is this facility tied to asp.net core? Reason I ask is that we (NServiceBus) is contemplating to use Thoughts? |
See dependencies: Lines 25 to 31 in b24d527
So, it does not depend on any asp.net core package. |
Sorry I was unclear, I meant https://github.com/castleproject/Windsor/blob/master/src/Castle.Facilities.AspNetCore/Castle.Facilities.AspNetCore.csproj Ie that facility can't replace this project since it has a dependency on AspNetCore. In short: It can't replace this project, at least for my purposes. Would that be correct? |
Hmmm.. you are correct. Castle.Facilities.AspNetCore should be layered, so the lower layer should not depend on aspnet core. We will not retire this project without see Castle's official packages does everything this package does, don't worry :) |
Great, that was the answer I was looking for |
This is the related issue in Castle Windsor, adding more generic support instead of depending on ASP.NET Core: castleproject/Windsor#412 Since there is no progress in that, I wonder if this project will be updated to support Castle Windsor 5? |
We have found a way that avoids "cross wiring" with automated provisioning of framework dependencies.
Please see: castleproject/Windsor@fb79330
What do you think?
The text was updated successfully, but these errors were encountered: