_This issue has been moved from a ticket on Developer Community._
I use a lot of partial classes to organize my code.
I often use the ‘Generate Equals and GetHashCode’ feature, both very often it doesn’t work.
So I have to go through all my class files trying to find the one that will actually execute.
Usually the first or last one is the one that actually works.
(private comment, text removed)
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
(no solutions)
Left this on the Developer-Community site:
Hi Daan,
I was unable to repro this issue. Could you supply a larger repro over at
https://github.com/dotnet/roslyn/issues/42574 that explains what you mean? Ideally it would contain an example of the code you're starting with and how you're trying to invoke the "generate equals and gethashcode" feature.
Hi Cyrus
I made a video showing the problem, as well as including the test project itself
https://www.youtube.com/watch?v=ZqSZ6dEwX9Q&feature=youtu.be
Awesome. Thanks!
Good news. It repros for me. Now to find out why :)
Got it. What a nasty one :)
Most helpful comment
Got it. What a nasty one :)