1. 26 3月, 2021 2 次提交
  2. 19 3月, 2021 1 次提交
  3. 17 3月, 2021 1 次提交
  4. 13 3月, 2021 2 次提交
  5. 12 3月, 2021 2 次提交
    • L
      Adding PCD8544, famous Nokia 5110 LCD screen (#1392) · 46f0ceb5
      Laurent Ellerbach 提交于
      * Initial commit
      
      * Adjusting based on PR feedback
      
      * sln update
      
      * Adjusting based on PR feedback
      
      * Adjusting image size
      
      * Removing System.Drawing, adding ImageSharp
      
      * Adjusting CharacterLcd to ImageSharp, adding ImageSharp to main project
      
      * byte array to Span and stackalloc
      
      * Adding support for cursor and in sample to demonstrate. Implemening ICharacterLcd
      
      * Adding cursor support, adjusting for ICharacterLcd
      
      * adjusting example, fixing enum naming
      
      * Adding support for LcdConsole, fixing Write for span byte
      
      * Adjusting ILcdCharacter and adding fonts
      
      * Adding support for external fonts
      
      * removing static generated font
      
      * adjusting nit in comments
      
      * fixing #1437
      
      * Refactoring the 5x8 font, moving LcdRncoding and font to common
      
      * Adjusting for project reference
      
      * Fixing references and stylecop
      46f0ceb5
    • D
      [main] Update dependencies from dotnet/arcade (#1477) · 49d04d35
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20210305.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21152.1 -> To Version 6.0.0-beta.21155.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210305.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21152.1 -> To Version 6.0.0-beta.21155.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210310.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21152.1 -> To Version 6.0.0-beta.21160.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      49d04d35
  6. 09 3月, 2021 1 次提交
  7. 27 2月, 2021 1 次提交
  8. 23 2月, 2021 1 次提交
  9. 12 2月, 2021 1 次提交
  10. 10 2月, 2021 1 次提交
  11. 09 2月, 2021 1 次提交
  12. 03 2月, 2021 1 次提交
  13. 02 2月, 2021 1 次提交
  14. 29 1月, 2021 1 次提交
  15. 27 1月, 2021 1 次提交
  16. 22 1月, 2021 1 次提交
  17. 21 1月, 2021 1 次提交
  18. 15 1月, 2021 1 次提交
  19. 14 1月, 2021 1 次提交
  20. 19 12月, 2020 1 次提交
  21. 18 12月, 2020 1 次提交
  22. 15 12月, 2020 1 次提交
  23. 11 12月, 2020 1 次提交
  24. 10 12月, 2020 2 次提交
  25. 09 12月, 2020 1 次提交
  26. 25 11月, 2020 1 次提交
  27. 20 11月, 2020 1 次提交
  28. 18 11月, 2020 1 次提交
  29. 14 11月, 2020 1 次提交
  30. 10 11月, 2020 1 次提交
    • P
      CPU Temperature (and similar values) support for Windows (#1238) · 17d497e7
      Patrick Grawehr 提交于
      * Add basic CpuTemperature implementation for Windows
      
      Downside: Requires elevated permissions
      
      * Clean init sequence
      
      Properties should not have side effects
      
      * Add application manifest for Windows
      
      On Windows, the example requires elevated permissions. It
      may still not find a suitable sensor, dependent on the hardware.
      
      * Update readme
      
      * Add new binding for OpenHardwareMonitor connection
      
      * Clean up
      
      * Add documentation
      
      * Better documentation for TimeSpan constants
      
      * Allow arbitrary thread cycle times
      
      * Value must not be negative
      
      * More generic binding name
      
      Also changed namespace, to prevent namespace to class name collisions
      
      * Use HardwareMonitor on Windows, if available
      
      And add missing Dispose
      
      * Use more recent version of System.Management
      
      Latest Version not available on official sources yet
      
      * Minor documentation improvements
      
      * Updating dependency package versions from dotnet/runtime and adding new package subscription
      
      * Fixing build break due to dependencies
      
      * Removing restore sources so that NuGet.Config is used
      
      * Rebasing and addressing nullability changes
      
      * Addressing feedback
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      17d497e7
  31. 06 11月, 2020 1 次提交
  32. 04 11月, 2020 1 次提交
  33. 03 11月, 2020 1 次提交
  34. 30 10月, 2020 1 次提交
  35. 29 10月, 2020 1 次提交
  36. 28 10月, 2020 1 次提交