1. 25 10月, 2018 2 次提交
  2. 12 10月, 2018 1 次提交
  3. 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
  4. 06 10月, 2018 1 次提交
    • J
      Introduce a new free-threaded project system API and update shims · 7e10f449
      Jason Malinowski 提交于
      This produces a new free-threaded, well factored API for adding projects
      to the VisualStudioWorkspace. The core type is the VisualStudioProject
      which is a free-threaded API that you can use to push information over.
      CSharpProjectShim, VisualBasicProject and CPSProject each have an
      instance of VisualStudioProject that they push things through.
      
      The inheritence model here is now smaller. CSharpProjectShim and
      VisualBasicProject inherit from AbstractLegacyProject, but that's it.
      CPSProject now inherits nothing, and AbstractProject is here purely
      for TypeScript back-compat until they're moved onto the new APIs. The
      expectation is F# and TypeScript both move to VisualStudioProject, which
      we make public in some form. Then that type will go away.
      7e10f449
  5. 28 9月, 2018 2 次提交
  6. 27 9月, 2018 1 次提交
  7. 26 9月, 2018 2 次提交
  8. 20 9月, 2018 1 次提交
  9. 19 9月, 2018 2 次提交
  10. 18 9月, 2018 1 次提交
  11. 17 9月, 2018 2 次提交
  12. 13 9月, 2018 2 次提交
    • T
      Move xunit package references to Roslyn.Toolsets.Xunit.targets (#29664) · 8edf4999
      Tomáš Matoušek 提交于
      * Move xunit package references to Roslyn.Toolsets.Xunit.targets
      
      * Remove dependency on Microsoft.NET.Test.Sdk
      8edf4999
    • 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
  13. 11 9月, 2018 1 次提交
  14. 10 9月, 2018 1 次提交
  15. 07 9月, 2018 1 次提交
  16. 30 8月, 2018 1 次提交
  17. 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
  18. 24 8月, 2018 1 次提交
  19. 23 8月, 2018 2 次提交
  20. 22 8月, 2018 2 次提交
  21. 21 8月, 2018 1 次提交
  22. 17 8月, 2018 1 次提交
  23. 16 8月, 2018 1 次提交
  24. 07 8月, 2018 3 次提交
  25. 03 8月, 2018 1 次提交
  26. 02 8月, 2018 2 次提交
  27. 26 7月, 2018 1 次提交
  28. 24 7月, 2018 2 次提交