1. 27 3月, 2019 1 次提交
    • F
      Track nullability in script code (#33096) · 7f809efa
      Filip W 提交于
      * Analyze nullability in script initializer
      
      * C# 8 for scripts for now
      
      * nullable context script test
      
      * extra null check
      
      * added possibility to set c# Language Version on ScriptOptions
      
      * adjust tests
      
      * added ScriptOptionsTests for C# lang version
      
      * adapted tests after rebase
      
      * code review changes
      
      * fixed test names & resx CDATA
      
      * changed the ScriptOptions.WithLanguageVersion error message text and moved it to ScriptingResources.resx
      
      * Update CSharpScriptingResources.Designer.cs
      7f809efa
  2. 25 3月, 2019 1 次提交
  3. 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
  4. 29 9月, 2016 1 次提交
  5. 27 10月, 2015 1 次提交
  6. 17 10月, 2015 1 次提交
  7. 16 10月, 2015 1 次提交
  8. 13 10月, 2015 2 次提交
  9. 17 9月, 2015 1 次提交
  10. 29 1月, 2015 1 次提交
  11. 18 1月, 2015 1 次提交
  12. 14 1月, 2015 1 次提交
  13. 02 7月, 2014 1 次提交
    • T
      More robust command line compiler testing · e863aad6
      TomasMatousek 提交于
      Previously the command line tests were looking in various directories for csc.exe/vbc.exe. Instead, add a reference to csc/vbc project to the command line unit test assembly, so that we always test what we build and not depend on directories outside of Roslyn.
      To make it easy to test the default .rsp file this change links it into the command line unit test project and includes it to resources. The tests then extract the .rsp from the resources and save it to a temp file for testing.
       (changeset 1285693)
      e863aad6
  14. 20 6月, 2014 1 次提交
    • T
      Splits Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.CSharp and... · fc3b332f
      TomasMatousek 提交于
      Splits Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.VisualBasic into portable and desktop assemblies.
      
      Existing Core\Source, CSharp\Source and VisualBasic\Source directories are renamed to Core\Portable, CSharp\Portable and VisualBasic\Portable.
      New sibling Desktop folders are added and non-portable source is moved there.
      "System.Runtime" references has to be removed in order for the portable project system magic to automatically add facade references.
       (changeset 1281686)
      fc3b332f
  15. 19 3月, 2014 1 次提交