-
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
Replace usage of obsolete Castle.Core.Internal.Lock #576
Replace usage of obsolete Castle.Core.Internal.Lock #576
Conversation
Hi @jonorossi is this better for #565, i had to move the Lock files into a folder / sub-namespace, as the locks are still in 4.4.1 and the namespaces would be the same in both. Hence msbuild could not figure out what to use. |
hI @jonorossi I think we need to complete this PR before #572 as I expect it will give merge conflicts in the csproj. Best to fix in other branch, after this is completed |
@jonorossi sorry to be pushy. Is this good, can we compete, or need to think more? |
@jonorossi done |
#565