1. 11 12月, 2018 1 次提交
  2. 02 11月, 2018 3 次提交
  3. 16 10月, 2018 1 次提交
  4. 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
  5. 26 9月, 2018 1 次提交
  6. 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
  7. 07 9月, 2018 1 次提交
  8. 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
  9. 21 8月, 2018 1 次提交
  10. 17 7月, 2018 1 次提交
  11. 14 7月, 2018 1 次提交
  12. 30 6月, 2018 1 次提交
  13. 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
  14. 06 6月, 2018 1 次提交
  15. 02 5月, 2018 1 次提交
  16. 13 4月, 2018 1 次提交
  17. 12 4月, 2018 1 次提交
  18. 24 3月, 2018 1 次提交
    • J
      Delete VisualStudioSetup.Next · ef144be4
      Jason Malinowski 提交于
      This project originally existed to support a Dev14 vs. Dev15 split,
      which we no longer version that way. This project had it's contents
      moved out a few minor updates of Dev15 ago, and is now empty, only
      so that way if you had an older VS Update F5 would still work. Now
      we require 15.6 as a base drop, which also has this containing nothing,
      so we can just delete this.
      ef144be4
  19. 22 3月, 2018 7 次提交
  20. 20 3月, 2018 2 次提交
    • J
      Remove DevDivInsertionFiles.sln · 8e9a9f35
      Jared Parsons 提交于
      DevDivInsertionFiles.vbproj is the last project which isn't included in
      Roslyn.sln. Included it there and remove the solution that used to drive
      it's build.
      8e9a9f35
    • J
      Clean up dependencies projects (#25609) · fd87d3db
      Jason Malinowski 提交于
      * Remove src/Setup/DevDivPackagesRoslyn/
      
      This contained a list of packages that we depended on and needed
      facades deployed into Visual Studio. We already have
      VisualStudioSetup.Dependencies that already (should have...) contained
      all the facades and more. We can just consume that project instead
      of having yet another duplication of facade lists.
      
      * Fix casing
      
      * Also include the CompilerExtension as a source of facades that we must include
      
      This ensures that if the compiler adds a new facade but we don't update
      VisualStudioSetup.Dependencies (either intentionally or by accident)
      we still will include the right facades.
      
      * Include DevDivPackagesDebugger into Roslyn.sln
      
      By doing this, the VisualStudioSetup.Dependencies.csproj will now
      figure out the highest version of our own dependencies and the debugger
      dependencies, and create a single package that we can deploy that
      contains all of them.
      
      * Exclude inserting packages that are created by VS itself
      
      * Remove ProjectGuid from DevDivPackagesDebugger.csproj
      
      This makes BuildBoss happy.
      fd87d3db
  21. 15 3月, 2018 1 次提交
    • A
      Remove Portable server (#25449) · b2bd77b0
      Andy Gocke 提交于
      This code was built as a prototype for porting the compiler server to
      other platforms. It has now been ported to CoreCLR and multiple OSes
      through multitargeting. The portable server cannot meet our security
      requirements and will never ship, so it's continued existence in our
      code is merely confusing to anyone who happens upon it.
      b2bd77b0
  22. 19 12月, 2017 3 次提交
  23. 07 12月, 2017 1 次提交
    • J
      Add BuildUtil to Roslyn.sln · 669d5ad4
      Jared Parsons 提交于
      This is a standard tool in our repo. Looks like it was just omitted by
      accident when it was originally authored.
      669d5ad4
  24. 01 12月, 2017 1 次提交
  25. 29 11月, 2017 2 次提交
  26. 18 11月, 2017 1 次提交
  27. 05 10月, 2017 1 次提交