1. 25 4月, 2017 1 次提交
  2. 22 4月, 2017 5 次提交
    • A
      YOLO · a18e7c28
      Andy Gocke 提交于
      a18e7c28
    • A
      Forgot RunVbc in gitattributes · ad848f84
      Andy Gocke 提交于
      ad848f84
    • A
      Add trailing newlines · 39477de7
      Andy Gocke 提交于
      39477de7
    • A
      Add support for Vbc · 09e1f1e8
      Andy Gocke 提交于
      09e1f1e8
    • A
      Create a NETCore-targeted Csc package · 16945df5
      Andy Gocke 提交于
      Creates a new package, Microsoft.NETCore.Csc, which contains a Csc
      binary compiled against the netcoreapp1.1 shared framework. This can be
      installed as a NuGet package and built using the dotnet SDK, as long as
      the netcoreapp1.1 framework is installed.
      
      This change also downgrades a few packages, like
      System.Diagnostics.FileVersionInfo, that were higher than the
      version available in netcoreapp1.1.
      
      # Conflicts:
      #	src/Compilers/VisualBasic/VbcCore/project.json
      #	src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json
      #	src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json
      16945df5
  3. 11 4月, 2017 1 次提交
    • O
      Writing ReadOnlyAttribute if it exists as well-known type (#18358) · 03f58fd2
      Omar Tawfik 提交于
      * Writing attribute to metadata
      
      * Reading attribute in PE symbols
      
      * Added more tests for lambdas, delegates, and other types
      
      * Use ReadOnlyAttribute instead
      
      * Fix build break
      
      * Fix Failed Tests
      
      * Enable back disabled tests
      
      * Fix more tests
      
      * Ban usage of ReadOnlyAttribute in source
      
      * Rename System.Runtime.InteropServices.ReadOnlyAttribute to System.Runtime.CompilerServices.ReadOnlyAttribute
      
      * Clean up
      
      * Address CR comments
      
      * More PR feedback
      03f58fd2
  4. 08 4月, 2017 1 次提交
  5. 07 4月, 2017 15 次提交
  6. 06 4月, 2017 17 次提交