1. 20 4月, 2019 1 次提交
  2. 19 4月, 2019 1 次提交
    • H
      install servicehub json files in common7/servicehub folders (#34563) · 3f6afea0
      Heejae Chang 提交于
      * moved files
      
      * opt-in to new "serviceOverride": true support and refactor directory structure to share json files with devdiv insertion projects
      
      * added swr for servicehub json files.
      
      * delete projects not needed
      
      * moving to auto generated service.json approach
      
      * made json file included in vsix
      
      * generate swr file
      
      * address PR feedbacks and remove duplications except vsix manifest
      
      * use relative path in json file
      
      * share duplicated string to multiple csproj
      
      * fix swr package name
      
      * PR feedbacks
      3f6afea0
  3. 17 4月, 2019 1 次提交
    • H
      move code lens to use new code lens API (#31573) · 333fc116
      Heejae Chang 提交于
      * [WIP] first draft to move to new code lens API
      
      * rename SemanticChangeTracker to WorkspaceChangeTracker since reference counter can change without semantic changes (such as method body change causing reference to be added or removed)
      
      * created new dll for new code lens OOP. can't use existing VS dlls since it has more dependencies than what CodeLens can provide. we don't control code lens OOP so new dll with only depdencies required for code lens.
      
      * fix resource id name
      
      * pass in cancellation token on place it is missing
      
      * ServiceHubServiceBase no longer expose Rpc directly
      
      * address PR feedbacks
      
      * fixed build break due to the merge
      
      * fixed nuget version conflicts
      
      * fixed designtime dll issue
      
      * moved to new APIs that fix staled spans
      
      * updated to versions suggested by editor team
      
      * PR feedbacks
      
      * Addressed PR feedbacks
      333fc116
  4. 29 3月, 2019 2 次提交
  5. 28 3月, 2019 1 次提交
    • J
      Fix build correctness · 263d32a7
      Jared Parsons 提交于
      The project which deploys ILASM tools ends up bringing two runtime
      packages that have the same assets:
      
      - runtime.win-x64.microsoft.netcore.runtime.coreclr
      - runtime.win-x64.microsoft.netcore.app
      
      Specifically assets like SOS.NetCore.dll exists at different versions in
      these packages and end up getting copied twice to the output directory.
      This double write ends up breaking our build (as well as basic
      isolation).
      
      The short term fix here is to no longer treat this as a code project but
      instead a tools project. That eliminates the MS.NetCore.app package and
      the associated double writes
      
      Long term though the root issue needs to be addressed: making ilasm and
      ildasm easier to deploy.
      
      https://github.com/dotnet/coreclr/issues/15059
      263d32a7
  6. 25 3月, 2019 1 次提交
  7. 23 3月, 2019 2 次提交
    • S
      Revert "Interactive projects refactoring (#29069)" · e0a8124f
      Sam Harwell 提交于
      This reverts commit 41fb51d2.
      e0a8124f
    • T
      Interactive projects refactoring (#29069) · 41fb51d2
      Tomáš Matoušek 提交于
      Remove Repl projects
      
      Remove Microsoft.VisualStudio.InteractiveServices project
      
      Remove Microsoft.CodeAnalysis.InteractiveEditorFeatures
      
      Rename InteractiveEditorFeatures to EditorFeatures.Wpf
      
      Remove empty resource files
      
      Reduce InteractiveFeatures dependencies
      
      Merge InteractiveComponents content into Roslyn.VisualStudio.Setup VSIX
      
      Rename InteractiveFeatures to InteractiveHost
      
      Hook fatal error handlers
      
      Workaround warning CS1574
      
      Exclude CreateTemplateManifestsCacheFile
      
      Do not include satellite assemblies in DesktopHost directory
      
      Remove VB interactive menu item
      
      Delete VisualBasic.EditorFeatures.Wpf
      
      Delete more unused VB interactive code
      41fb51d2
  8. 22 3月, 2019 2 次提交
  9. 01 3月, 2019 1 次提交
  10. 27 2月, 2019 1 次提交
  11. 26 2月, 2019 2 次提交
  12. 22 2月, 2019 1 次提交
  13. 07 2月, 2019 1 次提交
    • S
      Revert "Add an adapter assembly for MonoDevelop" · 1865e274
      Sam Harwell 提交于
      MonoDevelop manages their upgrade process fully independently of the
      Roslyn workflow, including cases where source- or binary-breaking
      changes occur. The ExternalAccess adapter assembly is unnecessary
      maintenance overhead for this scenario.
      
      This reverts commit 78d8f0fc.
      1865e274
  14. 20 12月, 2018 3 次提交
  15. 19 12月, 2018 1 次提交
  16. 11 12月, 2018 1 次提交
  17. 02 11月, 2018 3 次提交
  18. 16 10月, 2018 1 次提交
  19. 11 10月, 2018 1 次提交
    • J
      Added DotNet global tool for code formatting. (#29403) · 0f340a52
      Joey Robichaud 提交于
      Added DotNet global tool for code formatting.
      
      Tool can be run on a project, solution, or folder containing a
      project or solution. Tool pulls formatting configuration from an
      .editorconfig if present, otherwise formats with roslyn defaults.
      0f340a52
  20. 26 9月, 2018 1 次提交
  21. 13 9月, 2018 2 次提交
    • S
      244a7d77
    • T
      Switch to Arcade targets for building VSIXes (#29590) · 515ff80d
      Tomáš Matoušek 提交于
      * Rename target GetBuildVersion to GetVsixVersion
      
      * Targets refactoring to align with Arcade SDK
      
      * Remove unused property
      
      * Use Arcade VSIX build targets
      
      * Upload Willow VSIXes directly from VSSetup directory
      
      * Add setup packages to Roslyn.sln
      
      * Remove swr validation from BuildBoss
      
      * Avoid copying CoreXT packages
      
      * Don't delete DevDivPackages\Roslyn dir
      
      * Upload vsixes even when the build fails
      
      * Clean up VSIX project files
      
      * Install VSIXes in specified order
      
      * Do not set TargetFrameworkVersion.
      
      * Fix parameter
      
      * DevDivInsertion better error message
      
      * Remove 'win' from target string
      
      * Fix dir name
      
      * Install Setup.Dependencies
      
      * Default values for insertion components
      
      * Make BuildBoss happy
      
      * Fix VSIX path
      
      * NGEN binaries that should have been NGEN'd
      
      * RoboCopy returns non-zero exit code on success
      
      * Pass OfficialBuild property to vsmanproj
      515ff80d
  22. 07 9月, 2018 1 次提交
  23. 28 8月, 2018 1 次提交
    • T
      NuGet packaging (#29408) · 8a34dfb2
      Tomáš Matoušek 提交于
      * NuGet packaging
      
      * Add missing VS package references
      
      * Fix scripts
      
      * Add comment on Workspace.Desktop references with PrivateAssets
      
      * Fix Microsoft.NETCore.Compilers package
      
      * Fix up references
      
      * Build fixes
      
      * Correct OutputPath for package projects
      
      * Use NuGetRepack to force exact versions in per-build packages
      8a34dfb2
  24. 21 8月, 2018 1 次提交
  25. 17 7月, 2018 1 次提交
  26. 14 7月, 2018 1 次提交
  27. 30 6月, 2018 1 次提交
  28. 20 6月, 2018 1 次提交
    • D
      Make "Roslyn" default setup project · e40c950a
      David Kean 提交于
      By default, VS sets the first project listed in the solution as the default project. This saves new contributors from having to manually set the default project.
      e40c950a
  29. 06 6月, 2018 1 次提交
  30. 02 5月, 2018 1 次提交
  31. 13 4月, 2018 1 次提交