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

Decommission dead features & accommodate Robot,Studio,UpdateSrv #101

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. taking shape

    eduard-dumitru committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    51ae923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee679a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix/namedpipe close (#97)

    * Retry mechanism when  OperationCanceledException is thrown on named pipe ReadAsync operation (ERROR_OPERATION_ABORTED on overlapped ReadFile) - ROBO-3370
    * Throw for the second exception in the last 1 second
    * add dotnet sdk 5 to yaml
    * set prerelease version to 20210811-12-fix (next after production folder: 2.1.0-20210811-12)
    * move 'CI' folder under 'src' - to match to existing pipeline definition
    * node: fix failing tests
    danutboanta authored and eduard-dumitru committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f1927a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047d405 View commit details
    Browse the repository at this point in the history
  3. rename assembly and package

    - namespaces remain the same as different versions can coexist in the same CLR after build
    eduard-dumitru committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    753be9c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fixes

    eduard-dumitru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a25cd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. decommission object params (#103)

    * decommission object params
    * rely on BuildNumber for the VersionSuffix
    eduard-dumitru authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    22df014 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    2601f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0959a95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71cc234 View commit details
    Browse the repository at this point in the history
  4. fix tests

    eduard-dumitru committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ab26f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b53aeb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. downgrade Microsoft.Extensions.DependencyInjection.Abstractions back …

    …to 5.0.0
    
    - but add Microsoft.Bcl.AsyncInterfaces=6.0.0 as a top-level dependency just for net461 in order to bring `ManualResetValueTaskSourceCore<T>` for net461
    eduard-dumitru committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8897b05 View commit details
    Browse the repository at this point in the history