main
Adjust IL used for a null check in the compiler-synthesized inline-array helpers (#84523)
Add test-plan tests for `with(...)` elements. (#81922)
Add actual nullable analysis support for `with(...)` elements. (#81978)
Fix false positive "infinite chain of calls" error in collection expressions when parameterless constructor exists alongside params constructor (#82591)
Remove remaining PROTOTYPE pieces of `with(...)`, so it can be merged into main. (#82030)
Support ExperimentalAttribute.Message (#76060)
Add LanguageVersion for C# 14 (#79725)
Fix typo in OverloadResolution.PairedExtensionOperatorSignatureComparer.Equals (#84639)
Unsafe evolution: extend compat mode to legacy callers (#83660)
Merge remote-tracking branch 'dotnet/main' into merge-main
Remove CS1998 warning entirely and remove dependent C# code fix providers (#80144)
Add separate error for disallowed members in global namespace (#81221)
Initial support for non-boxing union TryGetValue access pattern (#82325)
Do not report hidden pattern diagnostics (#84576)
Unions: Address remaining PROTOTYPE comments (#84499)
Update test
Unions: Implement Try-Both approach for type pattern (#84323)
Unsafe evolution: make pointers safe regardless of memory safety rules version (#83133)
Records: Avoid synthesized non-virtual calls to abstract methods (#84101)