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 the unit testing framework to the latest version and remove obsolete Assert's methods #893

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Fixed issue: throw IOException: The process cannot access the file 'x…

    …xxx\log\Non-Session-Log.messages.current.log' because it is being used by another process.
    VAllens committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ee5b7a3 View commit details
    Browse the repository at this point in the history
  2. Since .NET runtime’s exceptions use culture information to set the Me…

    …ssage value, the message value of the Exception should not be asserted, but rather the ErrorCode of the Exception.
    VAllens committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    22fb3d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    8f5c5e9 View commit details
    Browse the repository at this point in the history
  2. Upgrade the unit testing framework to the latest version and remove o…

    …bsolete Assert's methods
    VAllens committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5cc9e0f View commit details
    Browse the repository at this point in the history