Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow dynamic calls on ref struct receivers #72674

Merged
merged 8 commits into from
Apr 5, 2024

Commits on Mar 22, 2024

  1. Disallow dynamic calls on ref struct receivers

    Fixes dotnet#72606. Note that the behavior in the bug has slightly changed from the sharplab build used in the repro due to dotnet#71421.
    333fred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    41e69a4 View commit details
    Browse the repository at this point in the history
  2. IsBuildOnlyDiagnostic

    333fred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7b8937a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    0ea0eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Address PR feedback

    333fred committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    46ffaf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Nullable enable to address warnings, reword error message to include …

    …more things that it will error on.
    333fred committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0c53f11 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into ref-struct-dynamic

    * upstream/main: (416 commits)
      Semantic search (dotnet#71268)
      Make more static
      Fix MEF import of IExternalCSharpCopilotCodeAnalysisService to allow null
      Make static
      Make private
      Add comments
      Add method name to TimeInQueue telemetry (dotnet#72841)
      switch to frozen
      Simplify
      Add test
      Downstream
      Use singular helper when creating checksumsw
      Use singular helper when creating checksumsw
      Remove ability for a project to change its language
      Revert "Avoid creating result temp for is-expressions (dotnet#72273)" (dotnet#72827)
      Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199
      Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199
      Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199
      Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199
      Improve generic type argument list error recovery (dotnet#69734)
      ...
    333fred committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    21e1049 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge remote-tracking branch 'upstream/main' into ref-struct-dynamic

    * upstream/main: (182 commits)
      inline
      inline
      move helper
      add helper
      add helper
      remove usings
      Remove special enumerator and builder
      usings
      usings
      add helper
      Remove unused usings
      Remove
      Delete accessor
      Epedited wait
      Extract helper
      Extract helper
      Seal type
      remove unused usings
      Docs
      Simplify
      ...
    333fred committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    50a7dde View commit details
    Browse the repository at this point in the history
  2. Test suggestsions

    333fred committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0bae434 View commit details
    Browse the repository at this point in the history