1. 20 8月, 2021 3 次提交
  2. 19 8月, 2021 1 次提交
  3. 18 8月, 2021 1 次提交
  4. 17 8月, 2021 3 次提交
  5. 14 8月, 2021 1 次提交
  6. 10 8月, 2021 1 次提交
  7. 05 8月, 2021 1 次提交
    • D
      [main] Update dependencies from dotnet/arcade (#1593) · fbc32f96
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20210715.11
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21365.11
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210716.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21366.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210719.3
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21369.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210720.12
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21370.12
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210723.11
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21373.11
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210726.4
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21376.4
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210727.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21377.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210728.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21378.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210729.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21379.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210803.5
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21364.3 -> To Version 6.0.0-beta.21403.5
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      fbc32f96
  8. 03 8月, 2021 1 次提交
  9. 02 8月, 2021 1 次提交
  10. 30 7月, 2021 1 次提交
  11. 23 7月, 2021 2 次提交
  12. 22 7月, 2021 1 次提交
  13. 21 7月, 2021 10 次提交
  14. 17 7月, 2021 3 次提交
  15. 16 7月, 2021 4 次提交
  16. 15 7月, 2021 1 次提交
  17. 14 7月, 2021 1 次提交
  18. 13 7月, 2021 1 次提交
  19. 09 7月, 2021 2 次提交
    • L
      Adding Ultralight NFC card support (#1579) · c1ca7b96
      Laurent Ellerbach 提交于
      c1ca7b96
    • P
      Opening/Closing a pin should not affect its state if possible (#1520) · 1eb9c747
      Patrick Grawehr 提交于
      * Do not disable test
      
      * Open/Close shall not change pin modes or states
      
      * LibGpiodDriver shall correctly grab the current pin mode when opening a pin
      
      * Try with updated test cases
      
      * Support reading back the initial mode on Raspberry Pi
      
      * Bugfix Raspi driver
      
      Bug
      
      * Update documentation on SysFsDriver
      
      The SysFsDriver does not support setting the
      value before changing a pin to output. It will
      always be low.
      
      * Disable test for SysFs
      
      * Do not touch output pin
      
      We just want to test its last state here.
      
      * Test whether a sleep fixes the test on Pi3's
      
      * Use a really large delay
      
      * Update src/System.Device.Gpio.Tests/GpioControllerTestBase.cs
      
      * Disable test for SysFs, see #1581
      
      * Address PR feedback
      
      * Throw exception if driver is disposed
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      1eb9c747
  20. 08 7月, 2021 1 次提交