1. 18 9月, 2020 1 次提交
  2. 17 9月, 2020 3 次提交
  3. 12 9月, 2020 2 次提交
  4. 11 9月, 2020 1 次提交
  5. 05 9月, 2020 1 次提交
  6. 15 8月, 2020 1 次提交
  7. 07 8月, 2020 1 次提交
  8. 29 7月, 2020 1 次提交
  9. 28 7月, 2020 2 次提交
  10. 24 7月, 2020 1 次提交
    • C
      Support nullable annotations on unconstrained type parameters (#45993) · cbb5cf10
      Charles Stoner 提交于
      * Support nullable annotations on unconstrained type parameters
      
      Support `?` annotations on unconstrained type parameter references:
      - `?` annotation is allowed for type parameters that are not constrained to reference types or value types
      - `?` annotation is an error when used on unconstrained type parameter with `/langversion:8`
      
      Support `where T : default` constraint:
      - `default` constraint is allowed for method type parameters in overridden or explicitly implemented methods to disambiguate between overloads defined in the base or interface
      - `default` constraint is an error with `/langversion:8`
      - `default` constraint is an error when used outside of method overrides or explicit implementations
      - `default` constraint is an error when the type parameter is constrained
      
      Fixes https://github.com/dotnet/roslyn/issues/29146
      cbb5cf10
  11. 03 7月, 2020 1 次提交
  12. 16 5月, 2020 1 次提交
  13. 06 5月, 2020 1 次提交
  14. 03 4月, 2020 2 次提交
  15. 02 4月, 2020 1 次提交
  16. 01 4月, 2020 1 次提交
  17. 19 3月, 2020 1 次提交
  18. 14 3月, 2020 1 次提交
  19. 10 3月, 2020 1 次提交
  20. 03 3月, 2020 2 次提交
  21. 27 2月, 2020 1 次提交
  22. 14 2月, 2020 1 次提交
  23. 06 2月, 2020 1 次提交
  24. 02 2月, 2020 1 次提交
  25. 14 12月, 2019 1 次提交
  26. 10 12月, 2019 2 次提交