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

run writingsystem tests against dotnet 8 #1336

Merged
merged 14 commits into from
Aug 15, 2024
Merged

Commits on Jul 31, 2024

  1. add dotnet 8 as a target framework for SIL.WritingSystems.Tests. Also…

    … add a test to exhibit an issue with icu.net and SIL.WritingSystems when using net8.0
    hahn-kev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e0facb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acf12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8123e3e View commit details
    Browse the repository at this point in the history
  4. add a helper method to detect unknown cultures, use that instead of c…

    …hecking for "Unknown Language" in the name. Fixes a number of tests that were failing due to incorrectly detecting unknown cultures.
    hahn-kev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e41a6e1 View commit details
    Browse the repository at this point in the history
  5. don't use ICU when running writing system tests as many of them are o…

    …ver specified and expect NLS (Windows only globalization) to be used instead of ICU.
    hahn-kev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    92e5fe2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refs/heads/master' into test-writingsystems-dotnet-8

    # Conflicts:
    #	SIL.Core/Reflection/ReflectionHelper.cs
    hahn-kev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    faa18b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge remote-tracking branch 'refs/remotes/upstream/master' into test…

    …-writingsystems-dotnet-8
    
    # Conflicts:
    #	SIL.WritingSystems.Tests/SIL.WritingSystems.Tests.csproj
    hahn-kev committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aa1c857 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    6dbb57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c70a3e View commit details
    Browse the repository at this point in the history
  3. set build timeout back down to 30 minutes now that we detect hanging …

    …tests. Update version of icu.net used by SIL.Windows.Forms.Keyboarding to 3.0.0-beta.296
    hahn-kev committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ee5ba57 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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