1. 05 6月, 2019 1 次提交
  2. 19 4月, 2019 1 次提交
    • S
      Remove IVTs to non-existent assemblies · 7a4315de
      Sam Harwell 提交于
      Roslyn.Compilers.VisualBasic.Test.Utilities.Desktop incorrectly added in a70cdce6
      VBCSCompilerPortable removed in b2bd77b0
      Microsoft.CodeAnalysis.CompilerServer removed in b00224e7
      Roslyn.VisualStudio.Test.Utilities.Next renamed in e0e16d7a
      Microsoft.CodeAnalysis.Scripting.Destkop.UnitTests never existed (typo)
      Roslyn.DebuggerVisualizers removed in d7e49395
      Microsoft.VisualStudio.LanguageServices.VisualBasic.UnitTests never existed (typo in 7ab3b776)
      Roslyn.Services.Editor.CSharp.UnitTests2 renamed in bb1f97b6
      7a4315de
  3. 18 4月, 2019 2 次提交
  4. 06 4月, 2019 1 次提交
  5. 05 4月, 2019 1 次提交
  6. 28 3月, 2019 1 次提交
  7. 25 3月, 2019 1 次提交
  8. 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
  9. 16 3月, 2019 1 次提交
  10. 19 1月, 2019 1 次提交
  11. 30 11月, 2018 1 次提交
  12. 27 11月, 2018 1 次提交
  13. 02 11月, 2018 2 次提交
  14. 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
  15. 07 8月, 2018 1 次提交
    • J
      Upgrade to the Shell 15.8.27828 NuGet packages · 9b6da495
      Jason Malinowski 提交于
      I am removing our explicit references to Microsoft.VisualStudio.Imaging
      and Microsoft.VisualStudio.Utilities; both of these are carried along
      in references to Shell.15.0, and trying to state them explicitly just
      results in package downgrade warnings.
      9b6da495
  16. 20 7月, 2018 1 次提交
    • J
      Downgrade back to some 15.7 packages, but using official ones · b0505844
      Jason Malinowski 提交于
      Our unofficial packages don't correctly pull in some DesignTime
      dependencies (since they always create packages without any
      dependencies), but this caused issues once we moved to AsyncPackage
      since there's new PIA types being involved. For now, to sort this out
      just move back to the official packages which just do the right thing
      to start.
      
      As a part of this, I also move us to the official
      Microsoft.VisualStudio.SDK.EmbedInteropTypes package; we had our own
      clone of the code but it wasn't covering all the assemblies that we
      now need to embed as well.
      b0505844
  17. 18 7月, 2018 1 次提交
  18. 17 7月, 2018 1 次提交
  19. 27 6月, 2018 1 次提交
  20. 23 6月, 2018 1 次提交
  21. 01 6月, 2018 1 次提交
  22. 31 5月, 2018 2 次提交
  23. 18 11月, 2017 1 次提交
  24. 17 11月, 2017 1 次提交
  25. 16 11月, 2017 1 次提交
  26. 02 11月, 2017 1 次提交
    • J
      Upgrade to the Visual Studio editor 15.6.161-preview packages · 01da5cce
      Jason Malinowski 提交于
      This lets us remove many stated dependencies on
      Microsoft.VisualStudio.Text.Internal and dependency on
      Microsoft.VisualStudio.Platform.VSEditor.Interop. Both
      is a stated dependency of Microsoft.VisualStudio.Platform.VSEditor
      which means we don't get any benefit for trying to state it -- and it's
      actually hard since it has a different version anyways.
      01da5cce
  27. 11 10月, 2017 1 次提交
  28. 05 10月, 2017 9 次提交