Skip to content

Nullable semantic model API should handle tuples #35010

@333fred

Description

@333fred

Making this an uber tracking issue for anything tuple related in the semantic model API.

  • NaturalTypeOpt needs to be udpated where appropriate
  • Deconstruction assignment is currently entirely unhandled, as is deconstruction foreach (including var _ and _ discards)
  • Null literal in new ValueTuple<object?, string>(null, """") { Item1 = x }; has a different LValueResult.Type and RValueResult.Type

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions