1. 19 2月, 2020 1 次提交
  2. 11 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 18 4月, 2019 1 次提交
  5. 28 3月, 2019 1 次提交
  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. 08 2月, 2019 1 次提交
  9. 19 1月, 2019 1 次提交
  10. 30 11月, 2018 1 次提交
  11. 27 11月, 2018 1 次提交
  12. 02 11月, 2018 1 次提交
  13. 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
  14. 18 7月, 2018 1 次提交
  15. 17 7月, 2018 1 次提交
  16. 07 12月, 2017 2 次提交
  17. 12 7月, 2017 1 次提交
  18. 11 7月, 2017 1 次提交
    • J
      Remove use of ProjectGuid · 9a572f10
      Jared Parsons 提交于
      In the new SDK we no longer have a need for ProjectGuid. This change
      will:
      
      - Remove ProjectGuid from project files
      - Remove Name + Project items from ProjectReference entries
      - Change BuildBoss to enforce both of these items
      9a572f10
  19. 09 7月, 2017 1 次提交
  20. 06 7月, 2017 1 次提交
  21. 04 7月, 2017 2 次提交
  22. 29 6月, 2017 1 次提交
  23. 28 6月, 2017 1 次提交
    • J
      Suppress VB 40057 at a global level · 5c0b0138
      Jared Parsons 提交于
      The warning B40057 used to be suppressed at a global level in PCL /
      Desktop projects. The SDK does not suppress this warning and hence
      converting to the new SDK caused this to show up.
      
      Previously a number of developers fixed this problem individually. The
      correct solution is to suppress it globally as was done previously.
      5c0b0138
  24. 27 6月, 2017 1 次提交
  25. 25 6月, 2017 1 次提交
  26. 24 6月, 2017 2 次提交
  27. 02 6月, 2017 1 次提交
  28. 01 6月, 2017 1 次提交
    • M
      * Added support for VB (just one test added because most of the code is in a common base class). · fe1d203f
      Martin Strecker 提交于
      * Added glyph to completion item
      * Added type info test for InternalsVisibleToAttribute (SemanticModel) including test
      * Added support for three out of four ways to strong name an assembly:
        *  By csproj property *AssemblyOriginatorKeyFile* (was already supported)
        *  By compiler option (was already supported)
        *  By *AssemblyKeyFileAttribute* and *AssemblyKeyNameAttribute* (new, requires compilation of every assembly). Test case added.
        *  Not supported: By Assembly Linker (IMO not possible)
      * Added test for delayed signing
      fe1d203f
  29. 31 5月, 2017 1 次提交
  30. 16 5月, 2017 1 次提交
  31. 09 5月, 2017 1 次提交
  32. 07 5月, 2017 1 次提交
  33. 05 5月, 2017 2 次提交
  34. 01 5月, 2017 2 次提交