-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: dotnet/roslyn
base: fd84eaf
head repository: dotnet/roslyn
compare: 03cf426
- 17 commits
- 21 files changed
- 8 contributors
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5aeec08 - Browse repository at this point
Copy the full SHA 5aeec08View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b4835e3 - Browse repository at this point
Copy the full SHA b4835e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b923350 - Browse repository at this point
Copy the full SHA b923350View commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for abc707c - Browse repository at this point
Copy the full SHA abc707cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b008f - Browse repository at this point
Copy the full SHA 73b008fView commit details -
Merge pull request #64907 from jasonmalinowski/reduce-lsif-package-size
Reduce the packaged size of the LSIF generator
Configuration menu - View commit details
-
Copy full SHA for 6f08cbe - Browse repository at this point
Copy the full SHA 6f08cbeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 808ada9 - Browse repository at this point
Copy the full SHA 808ada9View commit details -
Merge pull request #64912 from dibarbet/change_ivt_project
Change external access IVT project to correct name
Configuration menu - View commit details
-
Copy full SHA for e35743f - Browse repository at this point
Copy the full SHA e35743fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6465dcf - Browse repository at this point
Copy the full SHA 6465dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6370b20 - Browse repository at this point
Copy the full SHA 6370b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b1b60 - Browse repository at this point
Copy the full SHA 77b1b60View commit details
Commits on Oct 23, 2022
-
Merge pull request #64910 from Cosifne/dev/shech/fixWinForm
Save the resx file after a button is added into the WinForm
Configuration menu - View commit details
-
Copy full SHA for d08c5bc - Browse repository at this point
Copy the full SHA d08c5bcView commit details
Commits on Oct 24, 2022
-
Merge pull request #64914 from dotnet/merges/main-to-main-vs-deps
Merge main to main-vs-deps
Configuration menu - View commit details
-
Copy full SHA for 4d06eb3 - Browse repository at this point
Copy the full SHA 4d06eb3View commit details -
Merge pull request #64929 from dotnet/merges/main-to-main-vs-deps
Merge main to main-vs-deps
Configuration menu - View commit details
-
Copy full SHA for 5b2dc21 - Browse repository at this point
Copy the full SHA 5b2dc21View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5cde6f4 - Browse repository at this point
Copy the full SHA 5cde6f4View commit details -
Merge pull request #64853 from jasonmalinowski/only-write-invs-when-a…
…ppropriate Only write out inVs properties when appropriate
Configuration menu - View commit details
-
Copy full SHA for 98a1d2e - Browse repository at this point
Copy the full SHA 98a1d2eView commit details -
Merge pull request #64935 from dotnet/merges/main-to-main-vs-deps
Merge main to main-vs-deps
Configuration menu - View commit details
-
Copy full SHA for 03cf426 - Browse repository at this point
Copy the full SHA 03cf426View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fd84eaf...03cf426