1. 19 2月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 24 10月, 2019 2 次提交
  4. 02 5月, 2019 1 次提交
    • T
      Project cleanup (#35403) · e051790e
      Tomáš Matoušek 提交于
      * Remove RoslynProjectType
      
      * Remove ToolsVersion, namespace from Project tags
      
      * Remove updating of MSBuildAllProjects
      
      * Update BuildBoss
      
      * Delete DeployTooolsetCompiler
      e051790e
  5. 25 3月, 2019 1 次提交
  6. 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
  7. 19 1月, 2019 1 次提交
  8. 11 12月, 2018 1 次提交
  9. 02 11月, 2018 2 次提交
  10. 13 9月, 2018 1 次提交
  11. 19 7月, 2018 1 次提交
  12. 17 7月, 2018 1 次提交
  13. 11 7月, 2018 1 次提交
    • A
      Normalize xunit.runner.visualstudio references (#28312) · 687d4b49
      Andy Gocke 提交于
      The C# syntax tests were missing a reference to xunit.runner.visualstudio
      which prevented them from working in the Test Explorer in 15.8 Preview.
      Rather than just adding a reference to this one test, I've added a reference
      to the root test utilities project, that almsot every test references, and
      deleted the explicit references in the test leaf projects. This should
      hopefully be a more robust method of using the XUnit VS test adapter.
      687d4b49
  14. 18 5月, 2018 1 次提交
    • T
      Downgrade desktop projects to net46 (#26927) · 17f48f25
      Tomáš Matoušek 提交于
      Even though Roslyn can only every be deployed where at least net461 or netcoreapp2.0 is available Roslyn cannot depend on netstandard2.0 assemblies. This is due to the setup of Visual Studio which has a minimum target of net46 and hence only deploys netstandard1.3 facades. In order to prevent netstandard2.0 versions of NuGet references to deploy, at build or test, we must limit the desktop target framework used in our projects to net46.
      
      There is nothing functionally wrong with having our tests target net461. At the same time though it would mean our tests were running against the netstandard2.0 version of references, such as System.Collections.Immutable, which is not what we deploy against. Hence not testing what we ship which creates a small but real hole.
      17f48f25
  15. 24 3月, 2018 2 次提交
  16. 22 3月, 2018 2 次提交
  17. 09 2月, 2018 1 次提交
  18. 19 12月, 2017 1 次提交
  19. 07 12月, 2017 2 次提交
    • J
      Generated move to the minified MSBuild syntax · a019054f
      Jared Parsons 提交于
      a019054f
    • J
      Reorganize the central build logic · 399f4b3f
      Jared Parsons 提交于
      The combination of the minified MSBuild syntax and Directory.Build.props
      / targets file will change when in the build process our central build
      files are executed. For instance Imports.targets will now be run much
      later in the build after Sdk.targets. Where before, when it manually
      invkoed Sdk.targets it was able to run both before and after it.
      
      To keep our build functioning the same way we need to move around some
      of the logic within our build files so that it executes in the same
      relative order as it did before
      399f4b3f
  20. 15 11月, 2017 1 次提交
  21. 14 11月, 2017 1 次提交
  22. 01 9月, 2017 1 次提交
    • J
      Moved to xunit 2.2.0 · 145fa1fc
      Jared Parsons 提交于
      This primarily moves us to the 2.2.0 version of xunit. In order to make
      that transition though a number of other changes needed to happen as
      well:
      
      1. Needed to move our desktop target to 4.6.1. This should've been
      required some time ago but we were essentially depending on bugs in the
      SDK / NuGet.
      1. Remove the DeployCoreClrTestRuntime project. This entire idea
      depended on having the xunit.console.netcore package. This has since
      been deleted and doesn't work with the 2.0 SDK.
      1. Remove the deploy compiler tools project. Can just use dotnet exec
      now and that's much more efficient.
      1. Resolve a new ambiguity with KeyValuePair. A helper of ours now
      exists in netcoreapp2.0.
      
      I fully expect a number of Jenkins legs to fail with this change: build
      correctness, coreclr and ubuntu. But I want to validate our other legs
      and am still trackind down answers needed to fix the others.
      145fa1fc
  23. 26 7月, 2017 1 次提交
  24. 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
  25. 04 7月, 2017 2 次提交
  26. 03 7月, 2017 1 次提交
  27. 01 7月, 2017 1 次提交
  28. 28 6月, 2017 1 次提交
  29. 09 5月, 2017 2 次提交
  30. 01 5月, 2017 1 次提交
  31. 02 2月, 2017 1 次提交
    • J
      Remove TestUtilities.FX45 · 6d95933c
      Jared Parsons 提交于
      This project is no longer necessary.  It used to help us get TDD working fine in Visual Studio.  That's no lonegr needed with the recent build cleanup.  TDD still functions with this project removed.
      6d95933c
  32. 31 12月, 2016 1 次提交