Skip to content
代码片段 群组 项目
  1. 5月 01, 2020
  2. 4月 30, 2020
  3. 4月 28, 2020
  4. 4月 25, 2020
  5. 4月 24, 2020
  6. 4月 23, 2020
  7. 4月 22, 2020
  8. 4月 21, 2020
  9. 4月 19, 2020
  10. 4月 18, 2020
  11. 4月 17, 2020
    • Manish Vasani's avatar
      Remove public API on DocumentOptionSet · b9e9a3e1
      Manish Vasani 创作于
      https://github.com/dotnet/roslyn/pull/42931 added this API as we thought converting the base `OptionSet` type's abstract method to non-abstract and removing the override on `DocumentOptionSet` would be a binary breaking change for callers. However, based on the public API review meeting, it was identified that it would indeed not be a breaking change as the compiler would have emitted a callvirt to `OptionSet.GetOption`.
      b9e9a3e1
  12. 4月 15, 2020
  13. 4月 14, 2020
加载中