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

Annotate most of Microsoft.VisualStudio.ProjectSystem.Managed #5003

Merged
merged 14 commits into from
Jul 11, 2019

Commits on Jul 9, 2019

  1. Update compiler version

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b2f3d01 View commit details
    Browse the repository at this point in the history
  2. Suppress warnings

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    fe0123a View commit details
    Browse the repository at this point in the history
  3. Typos

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    04128f4 View commit details
    Browse the repository at this point in the history
  4. Remove redundant return

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ae28445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d15454 View commit details
    Browse the repository at this point in the history
  6. Make field readonly

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    4338762 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f73d75 View commit details
    Browse the repository at this point in the history
  8. Use extension method form

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    20fe1ca View commit details
    Browse the repository at this point in the history
  9. Typo

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    2dc5875 View commit details
    Browse the repository at this point in the history
  10. Initialise ImportMany fields with empty arrays

    This allows marking the fields as non-nullable.
    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    5903f41 View commit details
    Browse the repository at this point in the history
  11. Wrap parameter lists

    drewnoakes committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    7de85aa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    18c9fde View commit details
    Browse the repository at this point in the history
  2. Don't initialise ImportMany fields

    Potentially masks bugs when the import fails.
    drewnoakes committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    32a3001 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

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