-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Community PR test pass 1/4/2021 #3948
Conversation
Respect EditorConfig preferences for whitespace and newlines
The MSBuild items & targets that were defined after the WinFX targets import doesn't depend on anything from the WinFX targets. So, it is safe and better to declare the import after those items and targets definitions.
When the SDK's implementation is being used.
Currently there's no way to properly switch between NETFX's and CoreCLR's WinFX targets. This adds an opt-out, just in case, if we want to use the NETFX's WinFX targets instead.
…ty.testpass.1.4.2021
Apologies for the delay. We have the test results but there are a few failures that appear to be test infrastructure problems on a few OS images. Once these are investigated and re-run, we will get these PRs in. Thanks everyone for your contributions! This process should get faster now that the test team has more capacity for WPF. |
We should merge individual PRs, not the community test pass branch. |
All PRs were merged individually. Thank you for your contributions. |
Community PR Test Pass 1/4/2021
These PRs will be merged if no regressions are found. These limited test passes take the team about 24 hours.
Community PRs included in this test branch:
Don't double import WinFX targets #2976
Make CustomGuids as readonly #3907
Using readonly struct in WPF Ink module #3908
Replace the Dictionary with HashSet in AppDomainShutdownMonitor
Special the capacity to improve performance #3086
Use the new Marshal.IsTypeVisibleFromCom Api #3279
Test Matrix