-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Conversation
4feb56f
to
7ee7fac
Compare
I still need to figure out the harvesting story for the uap assets. |
524bce5
to
0dfa300
Compare
0dfa300
to
7712b02
Compare
7712b02
to
42d8326
Compare
OK this should be ready now. Anybody wants to review the 1.4k file changes? 😫😫😫 @danmosemsft @stephentoub @ericstj @safern |
How did you modify 1.4k files in the first place? Did you use an automated tool of some kind? That's a lot of files to hand edit. I would suggest that if it builds ok, then it should be merged. Then we can sort out issues (if any) later. |
I did most of the changes by hand + a few regex replace patterns for the |
Impressive! I still think we should merge once the build looks good. |
I think 50% of the changes were automated so it's probably not that impressive. But that proves how badly I want this change in ;) |
For changes like this I usually pull them down and fiddle with grep to try to spot anomalous changes. Eg.,
Shows just the add/remove lines in files that weren't deleted, with no context. Then I will grep away in my editor diffs that I don't care about, like |
src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoData.cs
Show resolved
Hide resolved
src/System.Runtime.Extensions/tests/System/Environment.UserDomainName.cs
Outdated
Show resolved
Hide resolved
src/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
Outdated
Show resolved
Hide resolved
...yptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than my questions/comments, overall looks good.
@jkotas @stephentoub and I agreed offline that we remove all WinRT related files with this PR as the chance to bring them in their current state back is close to zero. One of the reasons for that is that more Win32 APIs are now allowed than back in 2017. |
This reverts commit 4afedc6.
* Remove Uap target * Remove RemoteInvokeForUap wrapper calls entirely * Harvest S.D.SqlClient on UWP * Disable UWP PInvoke analyzer * Enable WindowsRuntime* tests on netcoreapp Commit migrated from dotnet/corefx@3b6ec2b
* Remove Uap target * Remove RemoteInvokeForUap wrapper calls entirely * Harvest S.D.SqlClient on UWP * Disable UWP PInvoke analyzer * Enable WindowsRuntime* tests on netcoreapp Commit migrated from dotnet/corefx@3b6ec2b
cc @safern @danmosemsft