-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update WCF dependencies on the compat pack #59764
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
Conversation
|
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsWe will update to the latest GA packages once they are ready. Also, adding a new package which is a full façade to .NET Framework: I will also port this to 6.0
|
|
Failures are unrelated and known, @jkoritzinsky is there an issue for the formatting job? |
|
/backport to release/6.0 |
|
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1292107282 |
|
@safern backporting to release/6.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Update WCF dependencies on the compat pack
Using index info to reconstruct a base tree...
M eng/Version.Details.xml
M eng/Versions.props
M src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
Auto-merging eng/Version.Details.xml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Update WCF dependencies on the compat pack
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
Yes and there's already a PR in flight to fix the issue. |
We will update to the latest GA packages once they are ready.
Also, adding a new package which is a full façade to .NET Framework:
System.Web.Services.Description.I will also port this to 6.0
FYI: @mconnew @HongGit