-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Adds EqualityComparer<T>.Create polyfill #79345
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
@dotnet/roslyn-compiler @dotnet/roslyn-ide ptal |
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.
IDE side lgtm.
src/Compilers/Core/CodeAnalysisTest/InternalUtilities/OneOrManyTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/GeneratorDriverTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/StateTableTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/StateTableTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs
Outdated
Show resolved
Hide resolved
Done with review pass (commit 5). I suggest reverting all changes under Compilers. #Closed |
Why? All tests are passing. The difference in behavior is insignificant for behaviors being tested. |
None of the changes are necessary and I do not find them useful enough to worry about the impact and review the changes. The only change I would take is the removal of a comparer type that was not used even before the change. #Closed |
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.
LGTM (commit 6)
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
132e0d6
to
c2e6539
Compare
Also move ReferenceEqualityComparer polyfill to MS.CA.Contracts.