Skip to content

Conversation

@ryalanms
Copy link
Member

Community PR Test Pass 1/25/2021

These PRs will be merged if no regressions are found.

Community PRs included in this test branch:

@lindexi:

Using array empty to replace create an empty array #2843

@GrabYourPitchforks:

Remove custom copy of PtrToStringChars #3117

@benaadams:

Use char.{Last}IndexOf #3285

@ThomasGoulet73:

Use char overload in System.Xaml #3998

@lindex:

Use readonly struct in System.Windows.Input.Manipulations.PointF #4017

Test Matrix

OS Architecture
Windows 7 SP1 Enterprise x86
Windows 7 SP1 Enterprise x64
Windows Blue Enterprise x86
Windows Server 2012 R2 SP1 x64
Win10 RS1 Enterprise x86
Win10 RS3 Enterprise x64
Win10 RS4 Enterprise x86
Windows Server 2019 x64
Win10 RS6 Enterprise X86
Windows Server 2016 x64

@ryalanms ryalanms requested a review from a team as a code owner January 27, 2021 21:06
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jan 27, 2021
@ghost ghost requested review from SamBent and fabiant3 January 27, 2021 21:06
@ryalanms ryalanms added the * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) label Jan 27, 2021
@ryalanms
Copy link
Member Author

These PRs need to be merged individually. Do not merge this Community Test Pass PR directly.

@ryalanms
Copy link
Member Author

ryalanms commented Jan 27, 2021

Two separate PRs added an IndexOf method to KnownStrings.cs.

        /// <summary>
        /// Standard String Index search operation.
        /// </summary>
        public static int IndexOf(string src, char ch)
        {
            return src.IndexOf(ch, StringComparison.Ordinal);
        }

@ryalanms
Copy link
Member Author

ryalanms commented Feb 8, 2021

Thanks everyone. There was an additional AppModel failure in the test pass results that had to be investigated before these could be merged.

@ryalanms
Copy link
Member Author

ryalanms commented Feb 8, 2021

(The PRs are merged individually. This will be closed.)

@ryalanms ryalanms closed this Feb 8, 2021
@ThomasGoulet73
Copy link
Contributor

ThomasGoulet73 commented Feb 8, 2021

Two separate PRs added an IndexOf method to KnownStrings.cs.

        /// <summary>
        /// Standard String Index search operation.
        /// </summary>
        public static int IndexOf(string src, char ch)
        {
            return src.IndexOf(ch, StringComparison.Ordinal);
        }

@ryalanms I don't think this was fixed. There appear to be two methods with the same parameters but with a slightly different content: https://github.com/dotnet/wpf/blob/master/src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/MS/Impl/KnownStrings.cs. If you want, I could open a PR later today to remove one of the duplicate method.

EDIT: Just saw the PR opened a few minutes ago. Ignore my comment (#4151).

@ryalanms
Copy link
Member Author

ryalanms commented Feb 8, 2021

@thomasclaudiushuber: Thanks for catching that. I fixed it when merging everything in to the community test pass branch but not in master.

@dipeshmsft dipeshmsft deleted the community.testpass.1.25.2021 branch March 25, 2022 16:05
@ghost ghost locked as resolved and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Community Test Pass * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants