1. 18 12月, 2020 2 次提交
  2. 20 11月, 2020 1 次提交
  3. 31 10月, 2020 2 次提交
  4. 24 10月, 2020 1 次提交
  5. 20 10月, 2020 1 次提交
  6. 14 10月, 2020 1 次提交
  7. 13 10月, 2020 1 次提交
  8. 09 10月, 2020 2 次提交
  9. 08 10月, 2020 1 次提交
  10. 06 10月, 2020 1 次提交
  11. 26 9月, 2020 1 次提交
    • C
      Put generated files to disk: (#47047) · de348c5a
      Chris Sienkiewicz 提交于
      * Put generated files to disk:
      - Add new command line param 'GeneratedFilesOut'
      - Route new param through tasks with defaults
      - Write out generated files when requested to do so
      - Rationalize post generation to avoid uncesseary work
      - Add Tests for targets and emit
      - Add test to track the fact that we can overwrite files on windows in SxS cases
      de348c5a
  12. 22 9月, 2020 3 次提交
  13. 19 9月, 2020 1 次提交
  14. 17 9月, 2020 3 次提交
  15. 12 9月, 2020 1 次提交
  16. 11 9月, 2020 1 次提交
  17. 10 9月, 2020 1 次提交
  18. 03 9月, 2020 1 次提交
    • F
      PR Feedback: · 7ae08971
      Fredric Silberberg 提交于
      * Handle additional cases of Main and ModuleInitializer methods
      * Simplify UnmanagedCallersOnlyAttributeData
      * Reword errors and add additional clarifying error for delegate conversions.
      * Add additional suggested test cases.
      7ae08971
  19. 01 9月, 2020 1 次提交
  20. 31 8月, 2020 1 次提交
  21. 29 8月, 2020 1 次提交
  22. 27 8月, 2020 4 次提交
  23. 26 8月, 2020 1 次提交
  24. 24 8月, 2020 1 次提交
  25. 22 8月, 2020 1 次提交
  26. 21 8月, 2020 3 次提交
    • F
      Correct test errors and add Title entries. · 3b51a616
      Fredric Silberberg 提交于
      3b51a616
    • F
      Warn when using a static class in an interface param or return · 16d7fec0
      Fredric Silberberg 提交于
      The native compiler had a bug here that permitted static classes to be used in parameter or return types for methods defined in an interface. We will now warn about doing this when warning waves are on.
      16d7fec0
    • F
      Initial errors on UnmanagedCallersOnly · db634b01
      Fredric Silberberg 提交于
      We now error when a signature that is not compatible with UnmanagedCallersOnly is used. Specifically, these requirements are:
      * The method must be static.
      * The method must be ordinary, or a local function.
      * The method must use only unmanaged types in its parameters and return type.
      * The set of valid types passed to the `CallConv` property is the same as the set of types considered calling convention modifiers for function pointers.
      db634b01
  27. 19 8月, 2020 2 次提交