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

Binder Check for Unbound Generics in Methods #45033

Merged
merged 10 commits into from
Jun 23, 2020

Commits on Jun 10, 2020

  1. Binder Check for Unbound Generics in Methods

    Kevin Sun committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    bc6bb7f View commit details
    Browse the repository at this point in the history
  2. Edited Tests to Match Changes

    Kevin Sun committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    426eb2a View commit details
    Browse the repository at this point in the history
  3. Update Binder_Expressions.cs

    Kevin Sun committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    942ddc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    754791d View commit details
    Browse the repository at this point in the history
  2. Update Binder_Expressions.cs

    Kevin Sun committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c3cd07b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Modified location and error reporting

    Kevin Sun committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e9e4839 View commit details
    Browse the repository at this point in the history
  2. Quick PR Fixes - Part 1 of 2

    Kevin Sun committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d2e6e96 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Quick PR Fixes - Part 2 of 2

    Added new error, broadened error throwing to include all instances of OmittedTypeArgument in method binding.
    Kevin Sun committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9b7bcce View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Update GenericConstraintTests.cs

    Kevin Sun committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    3b3e299 View commit details
    Browse the repository at this point in the history
  2. Added VB tests, extended C# tests

    Kevin Sun committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e7ff43e View commit details
    Browse the repository at this point in the history