[View Complete Diff of Changes](https://github.com/dotnet/fsharp/compare/bdb847abccc2c0ac59daf5c8d14025249ac07ef7...c854edd183affd8decade226f8e3519aeaea7f25?w=1) - [Remove unused variable group](https://github.com/dotnet/fsharp/pull/19899) - [Unify baseline checking behind a single checkBaseline helper](https://github.com/dotnet/fsharp/pull/19888) - [Emit debug points at a stack-empty position](https://github.com/dotnet/fsharp/pull/19877) - [Fix parser error for anonymous record type aliases with postfix type operators when closing bracket is column-aligned](https://github.com/dotnet/fsharp/pull/19762) - [Make fsharp-diagnostics skill cross-platform](https://github.com/dotnet/fsharp/pull/19893) - [Fix #18086: suppress NuGet restore stdout under FSI --quiet](https://github.com/dotnet/fsharp/pull/19808) - [chore: update actions/github-script from v6 to v7](https://github.com/dotnet/fsharp/pull/19843) - [Fix #16360: stop duplicating editor diagnostics (revert Roslyn workaround)](https://github.com/dotnet/fsharp/pull/19812) - [Fix XmlDoc validation for get/set property pairs (#13684)](https://github.com/dotnet/fsharp/pull/19884) - [Make PR Tooling Safety Check resilient to GitHub MCP list_pull_requests timeouts](https://github.com/dotnet/fsharp/pull/19861) - [Suppress hover/symbol resolution for wildcard `_` patterns inside `member _.…`](https://github.com/dotnet/fsharp/pull/19760) - [Preserve type aliases in match | null refinement](https://github.com/dotnet/fsharp/pull/19745) - [Dedup format specifier locations in computation expressions](https://github.com/dotnet/fsharp/pull/19791) - [Remove duplicate and unused file](https://github.com/dotnet/fsharp/pull/19886) - [Glossary improvement](https://github.com/dotnet/fsharp/pull/19881) - [Fix SRTP `get_Item` witness resolution for `string` indexers](https://github.com/dotnet/fsharp/pull/19757) - [Update state-machine.md for security scan draft filter and repo rules](https://github.com/dotnet/fsharp/pull/19872) - [Add InlineIfLambda to Array.init](https://github.com/dotnet/fsharp/pull/19869) - [Reject non-function bindings for single-case and partial active pattern names](https://github.com/dotnet/fsharp/pull/19763) - [Fix colorization of type name in MyType<Qualified.Name>.StaticMember](https://github.com/dotnet/fsharp/pull/19800) - [Fix non-deterministic reference assembly MVIDs (#19751)](https://github.com/dotnet/fsharp/pull/19801) - [Symbols: add ObsoleteDiagnosticInfo](https://github.com/dotnet/fsharp/pull/19359) - [Add concurrency group to PR Tooling Safety Check workflow](https://github.com/dotnet/fsharp/pull/19841) - [Fix docs path exclusion to use recursive wildcard in azure-pipelines-PR.yml](https://github.com/dotnet/fsharp/pull/19848) - [Fix #18841: let _ = &expr now compiles like let x = &expr](https://github.com/dotnet/fsharp/pull/19811) - [docs: update state-machine with security scan workflow and infra changes](https://github.com/dotnet/fsharp/pull/19856) - [Fix source-build: track Cryptography.Xml via Version.Details](https://github.com/dotnet/fsharp/pull/19839) - [Fix state-machine workflow: add protected-files: allowed for .github/docs/ output](https://github.com/dotnet/fsharp/pull/19852) - [Make aw-auto-update detection-only and delegate workflow PRs to Copilot Coding Agent](https://github.com/dotnet/fsharp/pull/19840) - [Fix #19657: MeasureAnnotatedAbbreviation over ref type + | null](https://github.com/dotnet/fsharp/pull/19775) - [Disable noop issue reporting for labelops-pr-maintenance workflow](https://github.com/dotnet/fsharp/pull/19842) - [Fix ValueOption optional args via ?param caller syntax (#19711)](https://github.com/dotnet/fsharp/pull/19742) - [Parser: recover on unfinished if and binary expressions](https://github.com/dotnet/fsharp/pull/19724) - [[Auto Update] Agentic workflows — fix safe-outputs config and apply pending upgrade](https://github.com/dotnet/fsharp/pull/19756) - [Fix overload resolution of static member extension](https://github.com/dotnet/fsharp/pull/19698) - [Fix Repo Assist: recompile lock files to v0.76.1, harden data fetch step](https://github.com/dotnet/fsharp/pull/19727) - [Change protected-files policy to 'allowed' for labelops-pr-maintenance workflow](https://github.com/dotnet/fsharp/pull/19783) - [Override System.Security.Cryptography.Xml to 10.0.8](https://github.com/dotnet/fsharp/pull/19830) - [Narrow overload-error and symbol-use ranges to terminal identifier](https://github.com/dotnet/fsharp/pull/19505) - [Fix nullness narrowing in match inside comprehensions](https://github.com/dotnet/fsharp/pull/19743)
View Complete Diff of Changes
_patterns insidemember _.…get_Itemwitness resolution forstringindexers