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/list-patterns #51542

Merged
134 commits merged into from
Feb 28, 2021

Commits on Feb 9, 2021

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

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    497662b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fc225 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    5368354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b870a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45033c6 View commit details
    Browse the repository at this point in the history
  4. Fix nullable warning

    allisonchou committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    daf12f7 View commit details
    Browse the repository at this point in the history
  5. Port: Ensure that attribute arguments are bound to their natural type…

    … if they do not have one.
    
    (cherry picked from commit 4af2613)
    333fred committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    c52f6e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Add + update tests

    allisonchou committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3ff9523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b4e1a View commit details
    Browse the repository at this point in the history
  3. Modify tests

    allisonchou committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    188132d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Fixup: Simplify logic, ensure that builders aren't leaked and we aren…

    …'t allocating arrays we don't need to.
    333fred committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1674c58 View commit details
    Browse the repository at this point in the history
  2. Port: Skip tests not compatible with IOperation

    (cherry picked from commit d4ab21f)
    333fred committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    30a20db View commit details
    Browse the repository at this point in the history
  3. Port: Add test and verification condition for vb indexed properties.

    (cherry picked from commit ff250a3)
    333fred committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    b729808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b74afde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6dcf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df1c84a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e53af81 View commit details
    Browse the repository at this point in the history
  8. Remove incorrect assert.

    333fred committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2d4a4b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

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

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    94668bf View commit details
    Browse the repository at this point in the history
  2. Address comments

    genlu committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    7977a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9514be4 View commit details
    Browse the repository at this point in the history
  4. Add comment

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e4b427d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc190ab View commit details
    Browse the repository at this point in the history
  6. Rvert

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    37ab5f7 View commit details
    Browse the repository at this point in the history
  7. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4f2b658 View commit details
    Browse the repository at this point in the history
  8. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    c6b405a View commit details
    Browse the repository at this point in the history
  9. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f940b18 View commit details
    Browse the repository at this point in the history
  10. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    06bab1c View commit details
    Browse the repository at this point in the history
  11. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e39d4bf View commit details
    Browse the repository at this point in the history
  12. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4e37758 View commit details
    Browse the repository at this point in the history
  13. Undo async

    CyrusNajmabadi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    47e1961 View commit details
    Browse the repository at this point in the history
  14. Attribute binding changes:

    * Simplify named argument binding by making all named args specifically BoundAssignmentOperators. They already were, this carries the knowledge through the rest of the code.
    * Add tests for invalid attribute binding scenarios.
    * Only bind constructor params for error recovery in bad cases.
    * Use the correct binder when binding for error recover to avoid runaway binding.
    333fred committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    2cbe6de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49ed0a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f4862a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    537cc0e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7c42fc1 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #51346 from dotnet/dev/jorobich/revert-queuename

    Switch integration tests back to the configured pipeline queue
    JoeRobich authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    cf58f98 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    caaa4f3 View commit details
    Browse the repository at this point in the history
  21. Fix

    genlu committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    79b57ca View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    837cc13 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    genlu committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    a2e78cb View commit details
    Browse the repository at this point in the history
  3. Revert "Change option for expander state"

    This reverts commit 537cc0e.
    genlu committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    00939aa View commit details
    Browse the repository at this point in the history
  4. Fix LSP test

    genlu committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ad009e8 View commit details
    Browse the repository at this point in the history
  5. Fix

    genlu committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ffbcbff View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51349 from dotnet/merges/release/dev16.9-to-relea…

    …se/dev16.10
    
    Merge release/dev16.9 to release/dev16.10
    msftbot[bot] authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    13d1545 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge pull request #51368 from dotnet/merges/release/dev16.10-to-master

    Merge release/dev16.10 to master
    JoeRobich authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    83e7725 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions

    JoeRobich committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8f9c650 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51347 from JoeRobich/handle-multi-targeting

    Handle multi-targeted projects in UnusedReferencesRemover
    JoeRobich authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    0a2c866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea92b2 View commit details
    Browse the repository at this point in the history
  5. Run benchmarks on net5.0

    sharwell committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    4efde53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da87848 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51381 from dotnet/merges/release/dev16.10-to-master

    Merge release/dev16.10 to master
    msftbot[bot] authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    9940b02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15e1fd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Revert "Further optimize SegmentedArray<T> indexer for net5.0"

    There were two situations where the previous code would allow net5.0
    execution to access memory outside array bounds:
    
    1. Replacement of an element in _items with a shorter array. Even though
    _items is indirectly exposed through SyncRoot, this is not a serious
    concern because replacement of an array element means unsafe/bad
    bytecode is already running in the process to perform the replacement.
    
    2. A torn read of SegmentedArray<T> could allow a read of the _items
    field of one structure and the _length field of a different structure.
    This is a concern because it allows concurrent execution to reach a
    state where memory safety is violated without a precondition that unsafe
    code be running.
    
    This reverts commit 15e1fd3.
    sharwell committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    ddc674a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51096 from dotnet/rybrande/ExternalAccessRazor

    LanguageServerClient.Razor.Test IVT
    ryanbrandenburg authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    efee485 View commit details
    Browse the repository at this point in the history
  3. Add parallel option

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    7822f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a9f6e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c6833 View commit details
    Browse the repository at this point in the history
  6. message pack

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    de0659d View commit details
    Browse the repository at this point in the history
  7. Feedback from stephen

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    bc7adda View commit details
    Browse the repository at this point in the history
  8. Code review feedback

    allisonchou committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9e027f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a946be6 View commit details
    Browse the repository at this point in the history
  10. Fix merge conflicts

    allisonchou committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d3926f3 View commit details
    Browse the repository at this point in the history
  11. Rename option

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b812e76 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #51348 from sharwell/avoid-loh

    Use segmented collections to avoid LOH allocations in the formatter
    sharwell authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0b26b74 View commit details
    Browse the repository at this point in the history
  13. Single scheduler

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    5c5ee79 View commit details
    Browse the repository at this point in the history
  14. Warn

    CyrusNajmabadi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d4fa992 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2733ca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    7bdc26c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51327 from genlu/partialModel

    Use partial semantic model in import completion
    genlu authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4382a2c View commit details
    Browse the repository at this point in the history
  3. Rebuild csc (#51345)

    RikkiGibson authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    aabac7a View commit details
    Browse the repository at this point in the history
  4. Add fix and test

    Cosifne committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b7f96f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51328 from CyrusNajmabadi/asyncDisposeStorage

    Support async disposal for storage instances, and modify existing clients to use that.
    msftbot[bot] authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    dbe9d2f View commit details
    Browse the repository at this point in the history
  6. Support for partial type EnC and moving declarations across files (#5…

    …1187)
    
    * Partial types
    Call AnalyzeChangedMemberBody from semantic analysis
    tmat authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fc7b737 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2050aae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3753af View commit details
    Browse the repository at this point in the history
  9. Merge pull request #51395 from CyrusNajmabadi/serialCodeLens

    Perform code-lens 'find' operations serially.
    CyrusNajmabadi authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cd4e071 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #51405 from sharwell/oop-priority

    Run server GC OOP with reduced process priority
    msftbot[bot] authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9556d05 View commit details
    Browse the repository at this point in the history
  11. Update version for 16.9 GA

    JoeRobich authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d0c355a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #51383 from sharwell/faster-segments

    Optimize storage for segment information
    sharwell authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fcbb568 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #51417 from dotnet/dev/jorobich/update-version-16.9p6

    Update version for 16.9 GA
    msftbot[bot] authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a74e18a View commit details
    Browse the repository at this point in the history
  14. Code review feedback pt2

    allisonchou committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9096918 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e64ddd View commit details
    Browse the repository at this point in the history
  16. Merge pull request #51421 from dotnet/merges/release/dev16.9-to-relea…

    …se/dev16.10
    
    Merge release/dev16.9 to release/dev16.10
    JoeRobich authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7df274d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ebe1cc0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2f6a8a3 View commit details
    Browse the repository at this point in the history
  19. Code review feedback pt3

    allisonchou committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5d5c8e5 View commit details
    Browse the repository at this point in the history
  20. Remove unnecessary usings

    allisonchou committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6053d6b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge pull request #51428 from dotnet/merges/release/dev16.10-to-master

    Merge release/dev16.10 to master
    JoeRobich authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c510a11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51409 from Cosifne/dev/shech/checkEmptyAccessor

    Add a missing check for AccessorDeclaration
    Cosifne authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9d50e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12fc3fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #51433 from dotnet/merges/release/dev16.10-to-master

    Merge release/dev16.10 to master
    msftbot[bot] authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    40dbb07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51166 from allisonchou/LSPCompletionTextEdits

    [LSP] Use TextEdits in completion
    allisonchou authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    73d37d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22dd45e View commit details
    Browse the repository at this point in the history
  7. Make the exception thrown when adding a circular reference better

    We already had a message that included places to fill in the project
    names; so let's just use that. Also have a different message if you're
    adding a self-reference since that's really not good.
    jasonmalinowski committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    84f1d7f View commit details
    Browse the repository at this point in the history
  8. Don't try converting a metadata reference to a self project reference

    If a user messes up their project files in a way that results in a
    metadata reference to the output of itself, we shouldn't throw
    exceptions.
    jasonmalinowski committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d1d3c7c View commit details
    Browse the repository at this point in the history
  9. Update dependencies from https://github.com/dotnet/roslyn build 20210…

    …222.2 (#51390)
    
    [master] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ec64e10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b86fcb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update test code

    CyrusNajmabadi committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    7dd3064 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51453 from jasonmalinowski/fix-project-reference-…

    …conversion-exception
    
    Don't try converting a metadata reference to a self project reference
    jasonmalinowski authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    171fced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc7ab4 View commit details
    Browse the repository at this point in the history
  4. Simplify constructor argument binding code by moving error binding cl…

    …oser to overload resolution, remove unneeded frees.
    333fred committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1955540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76e0ccd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f94758 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac1fef9 View commit details
    Browse the repository at this point in the history
  8. Rename method

    CyrusNajmabadi committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    dbc47ee View commit details
    Browse the repository at this point in the history
  9. Merge pull request #51457 from CyrusNajmabadi/lsifSpeed

    Improve performance of lsif generation.
    msftbot[bot] authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    bace31f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a5205b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #51475 from Youssef1313/remove-unneeded-ivt-features

    Remove unneeded IVTs in Features layer
    jasonmalinowski authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d8bd7bf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #51469 from Youssef1313/patch-4

    Add 'AddImportsAnnotation'
    CyrusNajmabadi authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    3729917 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #51489 from CyrusNajmabadi/lsifSpeed

    Renaming method
    msftbot[bot] authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    53d7c2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c798943 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    632701f View commit details
    Browse the repository at this point in the history
  16. Visual Basic rebuild provenance work (#51479)

    This updates our Visual Basic build provenance work such that I can now successfully rebuild a "Hello World" style application.
    
    Want to get this merged because it's an incremental step forward. Then once it's merged and some of @RikkiGibson work is merged I will go back to getting Microsoft.CodeAnalysis.VisualBasic into the verified rebuild list.
    jaredpar authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ce98405 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9fa820 View commit details
    Browse the repository at this point in the history
  18. Delete the src/EditorFeatures/CSharp.Wpf folder

    The code in here was removed in 5add689
    and the project removed from Roslyn.sln, but some files were left
    around.
    jasonmalinowski committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a825d26 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #51493 from dibarbet/toggle_line_leave_selection

    Leave selection unchanged when toggling line comment
    dibarbet authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e34da07 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    11495c1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b920f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    9438f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11660ce View commit details
    Browse the repository at this point in the history
  3. Avoid captures for AnyAsync

    sharwell committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a78f429 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #51506 from sharwell/avoid-captures

    Avoid captures for AnyAsync
    sharwell authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e6aabad View commit details
    Browse the repository at this point in the history
  5. Fix nuget publish in dnceng

    Use access token to do master validation
    genlu committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ae343a2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51501 from jasonmalinowski/delete-csharp.editorfe…

    …atures.wpf
    
    Delete the src/EditorFeatures/CSharp.Wpf folder
    jasonmalinowski authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b1ef0b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51496 from genlu/FixAzdoPublish

    Fix official build pipeline in dnceng
    msftbot[bot] authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    55649ea View commit details
    Browse the repository at this point in the history
  8. Merge pull request #51519 from dotnet/merges/release/dev16.9-to-relea…

    …se/dev16.10
    
    Merge release/dev16.9 to release/dev16.10
    msftbot[bot] authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    bec4705 View commit details
    Browse the repository at this point in the history
  9. Fix nullable annotations (#51522)

    (cherry picked from commit 336036ee4dc30484c54fd345314fd10d2e3d1f06)
    333fred authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    833c4e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Rebuild MS.CA.VisualBasic

    Fixed two issues:
    - The way VB preporocessor symbols are encoded and decoded
    - Syntax files were using the on disk path which can have casing
      differences from the PDB path, flipped to PDB path
    jaredpar committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    516cc02 View commit details
    Browse the repository at this point in the history
  2. test fixup

    jaredpar committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    dc2ad01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51527 from dotnet/merges/release/dev16.10-to-master

    Merge release/dev16.10 to master
    msftbot[bot] authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    c5dbbd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #51532 from jaredpar/rebuild-vb

    Rebuild MS.CA.VisualBasic
    msftbot[bot] authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    fdc482c View commit details
    Browse the repository at this point in the history