chore(deps): update dependency castle.core to v5 #655
Merged
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.
This PR contains the following updates:
4.4.1->5.2.1Release Notes
castleproject/Core (Castle.Core)
v5.2.1(Note: Version 5.2.0 was skipped due to issues with the automated CI release process.)
Enhancements:
proxyGenerator.CreateClassProxy<TClass>([options], constructorArguments, interceptors)(@backstromjoel, #636)AttributesToAlwaysReplicate. Previously only non-inherited, withInherited=false, attributes were copied. (@shoaibshakeel381, #633)Bugfixes:
ArgumentException: "Could not find method overriding method" with overridden class method having generic by-ref parameter (@stakx, #657)ArgumentException: "Cannot create an instance ofTEnumbecauseType.ContainsGenericParametersis true" caused byEnumconstraint on methodoutparameter (@stakx, #658)v5.1.1Bugfixes:
nullargument is given for array parameter (@stakx, #637)v5.1.0Enhancements:
Bugfixes:
MissingMethodExceptionwhen proxying interfaces containing sealed methods (@stakx, #621)v5.0.0Enhancements:
IInvocationimplementation type for every single proxied method – it is now able to reuse a single predefined type in many cases, thereby reducing the total amount of dynamic type generation. (@stakx, #573)Bugfixes:
KeyNotFoundException(@stakx, #106)[Serializable]classes produces proxy types that fail PEVerify test (@stakx, #367)private protectedmethods are not intercepted (@CrispyDrone, #535)System.UIntPtrunsupported (@stakx, #546)InvalidOperationExceptionwhen saving the generated assembly to disk (@stakx, #569)Deprecations:
MarshalByRefObject, andProxyUtil.IsProxy(which used to recognize remoting/"transparent" proxies) now tests only for DynamicProxy proxies. (@stakx, #507)Castle.Core.Internal.CollectionExtensions(class)Castle.Core.Internal.Lock(class) along with all related types and methodsCastle.Core.Internal.PermissionUtil.IsGranted(method)Castle.Core.Pair<,>(type). UseSystem.ValueTuple<,>orSystem.Tuple<,>instead.Castle.DynamicProxy.ModuleScopethat gave direct access to DynamicProxy's type cache andModuleBuilders. OnlySaveAssembly,LoadAssemblyIntoCache, and members supporting these two facilities are left public.Castle.DynamicProxy.*sub-namespaces, as most of them are intended for internal use only.DynamicProxyExceptiontype for internal DynamicProxy errors.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.