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

Merge master to features/module-initializers #45410

Merged

Commits on May 27, 2020

  1. Fix exception in declare-as-nullable code fix (#44338)

    IParameterSymbol.DeclaringSyntaxReferences will be empty if the analyzed
    method call is targeting a method with no source code available (external assembly).
    dymanoid committed May 27, 2020
    Configuration menu
    Copy the full SHA
    8c62f62 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    a8d8245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773b341 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Fix the failure

    Youssef1313 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5b3577b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1477f00 View commit details
    Browse the repository at this point in the history
  3. Apply feedback

    Youssef1313 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a6a49ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e833d92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0335c20 View commit details
    Browse the repository at this point in the history
  6. Update src/EditorFeatures/CSharpTest/Diagnostics/Nullable/CSharpDecla…

    …reAsNullableCodeFixTests.cs
    CyrusNajmabadi authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    617846f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    27f94ef View commit details
    Browse the repository at this point in the history
  2. Update src/EditorFeatures/CSharpTest/Diagnostics/Nullable/CSharpDecla…

    …reAsNullableCodeFixTests.cs
    
    Co-authored-by: Jason Malinowski <jason@jason-m.com>
    Youssef1313 and jasonmalinowski authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2313621 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

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

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    314cbb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca148c View commit details
    Browse the repository at this point in the history
  3. Safety

    CyrusNajmabadi committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    45588cc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request #45227 from Youssef1313/nullable-cs8618-bug

    Support FieldDeclarationSyntax in CS8618 fixer
    jasonmalinowski authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    16bd662 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43569 from zaytsev-victor/Fixes43267

    Enable DateTime completion in string interpolation format strings.
    CyrusNajmabadi authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4129ecb View commit details
    Browse the repository at this point in the history
  3. Remove IActiveStatementSpanTracker from the MEF catalog

    This reverts commit d04ebc2.
    sharwell committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a69d15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ebef4 View commit details
    Browse the repository at this point in the history
  5. Give an example in the non-exhaustive diagnostic (#44702)

    * When reporting a switch is not exhaustive, give an example why.
    Fixes #43943
    * Skip a flaky test
    Related to #45234
    Neal Gafter authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    212fc8f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #45373 from sharwell/span-tracker

    Remove IActiveStatementSpanTracker from the MEF catalog
    sharwell authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    373d430 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c92f53 View commit details
    Browse the repository at this point in the history
  8. Binder Check for Unbound Generics in Methods (#45033)

    * Binder Check for Unbound Generics in Methods
    
    * Edited Tests to Match Changes
    
    * Update Binder_Expressions.cs
    
    * Restricted Error Scope, allowed other binding errors to occur
    
    * Update Binder_Expressions.cs
    
    * Modified location and error reporting
    
    * Quick PR Fixes - Part 1 of 2
    
    * Quick PR Fixes - Part 2 of 2
    
    Added new error, broadened error throwing to include all instances of OmittedTypeArgument in method binding.
    
    * Update GenericConstraintTests.cs
    
    * Added VB tests, extended C# tests
    Kevin Sun authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    35b67f8 View commit details
    Browse the repository at this point in the history
  9. Do not permit default literals in relational patterns (#45375)

    Fixes #45292
    Neal Gafter authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    430056a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #45211 from 333fred/api-notes

    Add API review notes for d16.7
    333fred authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6230bcd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #44604 from dymanoid/declare-as-nullable-code-fix

    Fix exception in declare-as-nullable code fix
    sharwell authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c4674ce View commit details
    Browse the repository at this point in the history
  12. Finalize the design for the shape of the BaseTypeSyntax for records a…

    …nd implement SemanticModel APIs around it. (#45351)
    
     Finalize the design for the shape of the BaseTypeSyntax for records and implement SemanticModel APIs around it.
    
    Closes #44795.
    AlekseyTs authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    09db48d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a658fa View commit details
    Browse the repository at this point in the history