1. 12 9月, 2015 1 次提交
  2. 05 9月, 2015 1 次提交
  3. 24 8月, 2015 1 次提交
  4. 22 8月, 2015 4 次提交
  5. 21 8月, 2015 3 次提交
  6. 20 8月, 2015 4 次提交
  7. 19 8月, 2015 9 次提交
  8. 18 8月, 2015 7 次提交
  9. 16 8月, 2015 1 次提交
  10. 15 8月, 2015 5 次提交
  11. 14 8月, 2015 3 次提交
  12. 13 8月, 2015 1 次提交
    • A
      Add encoding detection for CoreCLR · 10ccc700
      Andy Gocke 提交于
      On CoreCLR we will always be unable to fetch the default encoding and
      the 1252 encoding will be unavailable unless we reference
      System.Text.Encoding.CodePages. However, we don't want to take a
      dependency on this assembly on desktop 4.5 so we now use
      AssemblyLoadContext to try to detect whether or not we are running on
      CoreCLR and, if so, reflection load the necessary assemblies to get hold
      of the necessary types.
      10ccc700