Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade C# language version to 12.0 #77

Merged
merged 70 commits into from
Nov 14, 2023
Merged

Upgrade C# language version to 12.0 #77

merged 70 commits into from
Nov 14, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    d48fc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d22002 View commit details
    Browse the repository at this point in the history
  3. Update constructors

    wherewhere committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4f75be4 View commit details
    Browse the repository at this point in the history
  4. Update build-and-test.yml

    wherewhere committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f039ff6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update array initialize

    wherewhere committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    564a6e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    f81b855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d57c4 View commit details
    Browse the repository at this point in the history
  3. Remove CrossPlatformFunc

    Rename Utilities to Extensions
    wherewhere committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    243a7ef View commit details
    Browse the repository at this point in the history
  4. Use format when log

    wherewhere committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1dd979e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3008d2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from yungd1plomat/feature/customlogger

    Replace Microsoft.Extensions.Logging with custom ILogger
    wherewhere committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    38d9494 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Remove nuget.config

    wherewhere committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c89b156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b939f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18ec39e View commit details
    Browse the repository at this point in the history
  4. Update test to .net8

    wherewhere committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    31eae26 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Change a lot about Socket

    Add more methods and add span
    and memory supports
    wherewhere committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f06cb9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f27fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff36a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Using span in Steam

    wherewhere committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bbae4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cfcdb9 View commit details
    Browse the repository at this point in the history
  3. Rename IsValidAdbFile to CheckFileExists

    Change some IList to ICollection
    Change (x) to x
    wherewhere committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e519746 View commit details
    Browse the repository at this point in the history
  4. Add logger tests

    wherewhere committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cc8da0e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    805e0e0 View commit details
    Browse the repository at this point in the history
  2. Add ExecuteServerCommand

    wherewhere committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    af76a2a View commit details
    Browse the repository at this point in the history
  3. Use IAdbSocket instead of ExecuteRemoteCommand

    Rename IsCurrentApp to IsAppRunning
    Add some tests
    wherewhere committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9ba1323 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Improve SocketBasedTests

    wherewhere committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    93a65ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213cf21 View commit details
    Browse the repository at this point in the history
  3. Add GetAppStatus test

    wherewhere committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e1ef9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    0b26b41 View commit details
    Browse the repository at this point in the history
  2. Add ExecuteServerCommand test

    Return IEnumerable in FindElementsAsync
    Return List in GetDirectoryListingAsync
    wherewhere committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4b58e78 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    46d2056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c8973 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Move some method to AdbClientExtensions

    Change AdbResponse and VersionInfo to struct
    Change Children of Element to IEnumerable
    wherewhere committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    fd7f1bc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Improve Element

    wherewhere committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cb48a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add init and record

    wherewhere committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2f9fbb8 View commit details
    Browse the repository at this point in the history
  2. Improve DeviceMonitor

    Use HashCode to create hash code
    wherewhere committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    81c4881 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add DoesNotReturn

    wherewhere committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a6e1b21 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fix DeviceMonitor Dispose #78

    wherewhere committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c448e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b9872 View commit details
    Browse the repository at this point in the history
  3. Fix AdbServer test

    wherewhere committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    92aecdd View commit details
    Browse the repository at this point in the history
  4. Update VersionPrefix

    From now on, the version code should update after last version released.
    wherewhere committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f0e0522 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    5340d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6000ff0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix SendAsync of .netstandard1.3

    Remove .net4.7.2
    wherewhere committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d944777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ba686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79344a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    e3d1349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a681ee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Enable nullable

    wherewhere committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e688bff View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Remove unused methods of Extensions

    Fix test on Linux
    wherewhere committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3158045 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    976894f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a88ad View commit details
    Browse the repository at this point in the history
  3. Add ThreadSwitcher

    wherewhere committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9dad0ef View commit details
    Browse the repository at this point in the history
  4. Change namespace

    Models to .Models
    Receivers to .Receivers
    Extensions to .Polyfills
    wherewhere committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2475deb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Split Extensions

    Version update to 3.0.x
    wherewhere committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2530877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235789f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Improve async methods

    wherewhere committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    25bec11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe8b379 View commit details
    Browse the repository at this point in the history
  3. Add uninstall in AdbClient

    Use params on PackageManager
    wherewhere committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a06c5a7 View commit details
    Browse the repository at this point in the history
  4. Try to fix test

    wherewhere committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b9d2378 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    fa2765f View commit details
    Browse the repository at this point in the history
  2. Update Readme

    wherewhere committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9983fd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    2bab86e View commit details
    Browse the repository at this point in the history
  2. Fix progress notify of InstallProgressChanged

    Add test of InstallProgressChanged
    wherewhere committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f45effc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update xunit to 2.6.1

    wherewhere committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8d33bb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    36424aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3556a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    75675a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    44a8a19 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9781d3d View commit details
    Browse the repository at this point in the history