1. 13 8月, 2022 1 次提交
  2. 02 6月, 2022 1 次提交
  3. 30 11月, 2021 1 次提交
  4. 02 11月, 2021 1 次提交
    • S
      Bring up full library test CI runs on iOS / tvOS devices (#59503) · 8c6aeea1
      Steve Pfister 提交于
      This change enables device runs on CI by building each test app on the helix instance it was deployed to. In past attempts, we looked at enhancing what takes place on the build machine via build tricks, compressing / cleaning up files early, etc and we could not overcome the need for excessively long timeouts and far more disk space.
      
      The change also adopts the patterns established in the wasm test build, giving us the opportunity to support different scenario runs as well as workloads testing in the future.
      8c6aeea1
  5. 07 5月, 2021 1 次提交
  6. 02 2月, 2021 1 次提交
  7. 07 8月, 2020 1 次提交
    • L
      Make ComponentModel intrinsic TypeConverters linker-safe (#39973) · 2d160e42
      Layomi Akinrinade 提交于
      * Make ComponentModel intrinsic TypeConverters linker-safe
      
      * Avoid reflection in converter func lookup
      
      * Re-add code path that supports editors
      
      * Consolidate intrinsic converter caches, move converter-specific code to new method, add trimming tests
      
      * Address feedback
      
      * Revert change to GetIntrinsicTypeEditor method
      
      * Handle inheritance with Uri and CultureInfo types
      
      * Add heirarchy-related comments to cache docs
      2d160e42
  8. 24 7月, 2020 1 次提交
  9. 08 7月, 2020 1 次提交
  10. 30 12月, 2019 1 次提交
  11. 09 9月, 2019 1 次提交
  12. 08 8月, 2019 1 次提交
  13. 25 7月, 2019 1 次提交
  14. 05 6月, 2019 1 次提交
  15. 18 8月, 2018 1 次提交
  16. 26 6月, 2018 1 次提交
  17. 08 2月, 2018 1 次提交
  18. 27 10月, 2017 1 次提交
  19. 21 4月, 2016 1 次提交
    • I
      Cleanup UriTypeConverter and add tests. · b60952d9
      Ian Hays 提交于
      The ported UriTypeConverter class needed some clean up and changes to work in CoreFX.
      - It also needed some tests. I couldn't find the existing tests so I just wrote some new ones in the style of the other tests in the project.
      - The unusual comment style of the sources (devdoc) is to match the other sources in the TypeConverter namespace for consistency.
      - UriTypeConverter was a part of the System namespace in net45 so I kept it there in this port for back-compat.
      - Added UriTypeConverter to the ref file for thet net45 build.
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/60df827bcfc0513b3d723dbc047d06626eb5a0af
      b60952d9
  20. 13 4月, 2016 1 次提交
  21. 25 3月, 2016 1 次提交
  22. 24 3月, 2016 1 次提交
  23. 28 1月, 2016 1 次提交
  24. 12 2月, 2015 1 次提交