Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/roslyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd84eaf
Choose a base ref
...
head repository: dotnet/roslyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03cf426
Choose a head ref
  • 17 commits
  • 21 files changed
  • 8 contributors

Commits on Oct 21, 2022

  1. Fix IVT project name

    dibarbet committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5aeec08 View commit details
    Browse the repository at this point in the history
  2. Reduce the packaged size of the LSIF generator

    This excludes .pdbs, .xml files and satellite resource files from
    the packaged file, which we don't need at this point. This reduces
    the package size by 26% which can save on download times.
    jasonmalinowski committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b4835e3 View commit details
    Browse the repository at this point in the history
  3. Save the resx file

    Cosifne committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b923350 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    abc707c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b008f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64907 from jasonmalinowski/reduce-lsif-package-size

    Reduce the packaged size of the LSIF generator
    jasonmalinowski authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6f08cbe View commit details
    Browse the repository at this point in the history
  4. Only write out inVs properties when appropriate

    LSIF edges nodes can use "inV" properties to indicate one-to-one edges,
    or "inVs" (plural) to indicate one-to-many edges. I previously cheated
    and used "inVs" everywhere when we wrote out JSON, and it just happened
    that there was only ever a single vertex in the list when it was
    supposed to be one-to-one. Some import tools were OK with this, but
    validation tools still flag this as spec violation, so let's do it
    properly.
    
    Fixes #63841
    jasonmalinowski committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    808ada9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #64912 from dibarbet/change_ivt_project

    Change external access IVT project to correct name
    dibarbet authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e35743f View commit details
    Browse the repository at this point in the history
  6. Fix the error for saving file

    Cosifne committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6465dcf View commit details
    Browse the repository at this point in the history
  7. remove the debug code

    Cosifne committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6370b20 View commit details
    Browse the repository at this point in the history
  8. Enable the skipped test

    Cosifne committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    77b1b60 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Merge pull request #64910 from Cosifne/dev/shech/fixWinForm

    Save the resx file after a button is added into the WinForm
    Cosifne authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    d08c5bc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge pull request #64914 from dotnet/merges/main-to-main-vs-deps

    Merge main to main-vs-deps
    dotnet-bot authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4d06eb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64929 from dotnet/merges/main-to-main-vs-deps

    Merge main to main-vs-deps
    dotnet-bot authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5b2dc21 View commit details
    Browse the repository at this point in the history
  3. Get binlog on constructor failure (#64899)

    * Get binlog on constructor failure
    
    Turns out the failure we've been tracking is in the constructor to
    `DotNetSdkTesBase`, not the test methods. This extends our artifact
    tracking to include the constructor.
    
    related to #64542
    
    * Apply suggestions from code review
    
    Co-authored-by: Jason Malinowski <jason@jason-m.com>
    
    Co-authored-by: Jason Malinowski <jason@jason-m.com>
    jaredpar and jasonmalinowski authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5cde6f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64853 from jasonmalinowski/only-write-invs-when-a…

    …ppropriate
    
    Only write out inVs properties when appropriate
    jasonmalinowski authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    98a1d2e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #64935 from dotnet/merges/main-to-main-vs-deps

    Merge main to main-vs-deps
    dotnet-bot authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    03cf426 View commit details
    Browse the repository at this point in the history
Loading