Skip to content

Conversation

@RReverser
Copy link
Contributor

@RReverser RReverser commented Jan 6, 2025

Description of Changes

Couple of issues reported by @SteveBoytsun turned out to be a class name conflict for unique indexes - the class name was based on the name of the table instead of the name of the column, leading to duplicate classes with different contents, which, in turn, caused all sorts of weird compilation errors.

The fix is pretty trivial, and added a regression test in the PR (fails before the PR, works after).

API and ABI breaking changes

If this is an API or ABI breaking change, please apply the
corresponding GitHub label.

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

Testing

Describe any testing you've done, and any testing you'd like your reviewers to do,
so that you're confident that all the changes work as expected!

  • dotnet test
  • used @SteveBoytsun's repo for manual testing

Copy link
Contributor

@gefjon gefjon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tests!

@bfops bfops added release-any To be landed in any release window bugfix Fixes something that was expected to work differently labels Jan 6, 2025
@RReverser RReverser added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit c87add7 Jan 6, 2025
12 checks passed
@RReverser RReverser deleted the ingvar/csharp-fixes branch January 6, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixes something that was expected to work differently release-any To be landed in any release window

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants