Skip to content

Flatten always-on AccessorFunctionShorthand language feature - #20311

Merged
T-Gro merged 2 commits into
mainfrom
fix/issue-20175
Aug 24, 2026
Merged

Flatten always-on AccessorFunctionShorthand language feature#20311
T-Gro merged 2 commits into
mainfrom
fix/issue-20175

Conversation

@T-Gro

Copy link
Copy Markdown
Member

Fixes#20175

The _.Property accessor-function shorthand shipped in F# 8.0, below the current default language version, so its feature gate never rejected anything. Removed the flag and the now-dead version check.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actionsBot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

⚠️ Release notes required, but author opted out

Warning

Author opted out of release notes, check is disabled for this pull request.
cc @dotnet/fsharp-team-msft

@T-GroT-Gro added the NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes label Aug 21, 2026
@github-actionsgithub-actionsBot added the AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed label Aug 21, 2026
@T-Gro
T-Gro enabled auto-merge (squash) August 24, 2026 13:45
@T-Gro
T-Gro requested a review from abonieAugust 24, 2026 13:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Tooling-Check-BypassedTooling check: non-fork PR, not diff-analyzedNO_RELEASE_NOTESLabel for pull requests which signals, that user opted-out of providing release notes

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Remove always-on language feature flag: AccessorFunctionShorthand

2 participants

@T-Gro@abonie