You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might need to adjust F1 behavior on checked keyword in declarations, depending on structure of the docs. Right now it goes to a general checked keyword topic.
Feature branch - https://github.com/dotnet/roslyn/tree/features/CheckedUserDefinedOperators
Specification - https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/checked-user-defined-operators.md
Proposal: dotnet/csharplang#4665
Compiler
Compiler Public APIs
Syntax
checkedoncheckedcheckedin crefunchecked(issue)Semantics
checkedexpression context calls operatorcheckedmethod context calls operator-checkedcompiler switch calls operatoruncheckedcontexts,checkedoperators are ignored during lookupcheckedcontexts,uncheckedoperators (regular operators that have a pairedcheckedoperator) are ignored during lookupcheckedcontexts, regular operators that are notuncheckedare included during lookupcheckedconversions incheckedcontextsProductivity
checkedkeyword classificationcheckedkeyword completion Adjust CheckedKeywordRecommender for checked user-defined operators. #60183checkedkeyword for checked user-defined operators #60215checkedkeyword for checked user-defined operators #60214checkedkeyword on the declaration goes to the doc page forcheckedkeyword.Docs
checkedkeyword in declarations, depending on structure of the docs. Right now it goes to a generalcheckedkeyword topic.