Skip to content
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

Indexer property should not allowed to have mismatched value type #16023

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

edgarfgp
Copy link
Contributor

Fixes #9232

This was done as part of an AmplifyingFSharp session https://amplifying-fsharp.github.io/sessions/2023/09/22/

@edgarfgp edgarfgp force-pushed the indexed-properties-setter-warning branch from 19cec48 to 96d4b78 Compare November 5, 2023 13:34
@edgarfgp edgarfgp marked this pull request as ready for review November 5, 2023 17:50
@edgarfgp edgarfgp requested a review from a team as a code owner November 5, 2023 17:50
Copy link
Member

@T-Gro T-Gro left a comment

Choose a reason for hiding this comment

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

It can be technically breaking (wrong code && warning as error), but per Don's comment here it can be considered as bugfix:

#9232 (comment)

Copy link
Member

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Indexer/propery is allowed to have mismatched value type
3 participants