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

Add NetCoreAppCurrent configuration to libs (Phase 1) #54544

Merged
merged 25 commits into from
Jun 29, 2021

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    0b0ed72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4a471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91462f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73e70c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef78b74 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    39f809c View commit details
    Browse the repository at this point in the history
  2. Add NetCoreAppCurrent config to System.IO.Ports

    Adding a NetCoreAppCurrent configuration to System.IO.Ports and
    reducing package size, build times and platform specific assets by
    using runtime checks on Unix derivates for the slightly diverging
    SerialPort implementation.
    
    Contributes to dotnet#54012
    ViktorHofer committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    61dd121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d1319 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03a9157 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb57f13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69a5de2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf78da8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6ca563 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    efbaa66 View commit details
    Browse the repository at this point in the history
  2. Apply serialPort feedback

    ViktorHofer committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c01683e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b6536 View commit details
    Browse the repository at this point in the history
  4. Avoid ifdefs

    ViktorHofer committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9e11a15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19ba381 View commit details
    Browse the repository at this point in the history
  6. Fix NoWarn

    ViktorHofer committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ac39e76 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Remove further ifdefs

    ViktorHofer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    2a31394 View commit details
    Browse the repository at this point in the history
  2. Add pragma warning back

    ViktorHofer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    93fe112 View commit details
    Browse the repository at this point in the history
  3. Suppress CA1845

    ViktorHofer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    46f9562 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    89f8589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5123778 View commit details
    Browse the repository at this point in the history