Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class C<extension> { } // type parameter may not be named "extension"

## Partial properties and events are now implicitly virtual and public

***Introduced in Visual Studio 2022 version 17.15***
***Introduced in Visual Studio 2026 version 18.0 preview 1***

We have fixed [an inconsistency](https://github.com/dotnet/roslyn/issues/77346)
where partial interface properties and events would not be implicitly `virtual` and `public` unlike their non-partial equivalents.
Expand Down