-
Notifications
You must be signed in to change notification settings - Fork 455
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
Upgrade Castle.Core to 5.0.0 (resolves #612) #613
Merged
jonorossi
merged 14 commits into
castleproject:master
from
Jevonius:upgrade-castle-core
Jul 19, 2022
Merged
Upgrade Castle.Core to 5.0.0 (resolves #612) #613
jonorossi
merged 14 commits into
castleproject:master
from
Jevonius:upgrade-castle-core
Jul 19, 2022
Conversation
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
Updated target frameworks:
|
Jevonius
changed the title
Upgrade Castle.Core to 5.0.0
Upgrade Castle.Core to 5.0.0 (resolves #612)
May 14, 2022
jonorossi
requested changes
May 14, 2022
....Windsor.Extensions.DependencyInjection/Castle.Windsor.Extensions.DependencyInjection.csproj
Outdated
Show resolved
Hide resolved
jonorossi
reviewed
May 14, 2022
castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
This is dead code; with the previous switch to netstandard2.0, the missing functions became available and this code stopped being built. castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
Castler.Core deprecated CAS handling (castleproject/Core#502), this commit restores the relevant method and associated test. castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
… helper method castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
…tor` See castleproject/Core@66ad575 for more information castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
…rArgumentsException` is deprecated castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
…stleproject#612 castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
…ing on runtime castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
Jevonius
force-pushed
the
upgrade-castle-core
branch
from
May 14, 2022 18:36
082401e
to
efc5d28
Compare
castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
Windsor doesn't have internals visible to test projects, and not worth adding for one test case. This is code brought across unchanged from `Castle.Core` and is likely to be deprecated soon, as CAS is phased out. castleproject#612 - Updating Windsor to support [email protected] and modern TFMs
jonorossi
approved these changes
Jul 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements #612, specifically:
Castle.Core
references to5.0.0
net45
target tonet462
FEATURE_NETCORE_REFLECTION_API