-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 unit tests in CI against dotnet 8 #306
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aac2ed - Browse repository at this point
Copy the full SHA 7aac2edView commit details -
update System.Configuration.ConfigurationManager dependency to 6 to m…
…atch a conflict with System.Diagnostics.PerformanceCounter
Configuration menu - View commit details
-
Copy full SHA for 834526a - Browse repository at this point
Copy the full SHA 834526aView commit details -
reworked path validation to use Path.GetInvalidPathChars and Path.Get…
…InvalidFileNameChars
Configuration menu - View commit details
-
Copy full SHA for deee6f4 - Browse repository at this point
Copy the full SHA deee6f4View commit details -
explicitly specify the hash algorithm to use when comparing files as …
…dotnet does not define a default algorithm
Configuration menu - View commit details
-
Copy full SHA for 52aa8a6 - Browse repository at this point
Copy the full SHA 52aa8a6View commit details -
Core tests, add reference to TestHelper project so that it gets copie…
…d to the output directory
Configuration menu - View commit details
-
Copy full SHA for 8622d32 - Browse repository at this point
Copy the full SHA 8622d32View commit details -
remove redundant
/
in output path. Ensure there's always a configur……ation set so the output path is consistent.
Configuration menu - View commit details
-
Copy full SHA for 80d1397 - Browse repository at this point
Copy the full SHA 80d1397View commit details -
add a net8.0 target framework to SIL.LCModel.Core.csproj, this ensure…
…s that IcuData will be copied to the output directory for dotnet 8 projects that depend on SIL.LCModel.Core
Configuration menu - View commit details
-
Copy full SHA for 78b4dc6 - Browse repository at this point
Copy the full SHA 78b4dc6View commit details -
ensure all TestHelper.exe files are copied to the output directory, i…
…ncluding Newtonsoft.Json.dll. Use TestContext.Out instead of Console.WriteLine. Fix assertion in CustomIcuFallbackTests.InitIcuDataDir_NoIcuLibrary due to how the error is different between .NET Framework and .NET Core.
Configuration menu - View commit details
-
Copy full SHA for 2cbb409 - Browse repository at this point
Copy the full SHA 2cbb409View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03afbd - Browse repository at this point
Copy the full SHA c03afbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c02e0d1 - Browse repository at this point
Copy the full SHA c02e0d1View commit details -
remove RhinoMocksToMoq dependency and inline the code from the repo c…
…opying the LICENSE file, this avoids the strong name issues with the NuGet package.
Configuration menu - View commit details
-
Copy full SHA for d1437c4 - Browse repository at this point
Copy the full SHA d1437c4View commit details -
change FindOrCreateFile to use the path validation helper as dotnet 8…
… tests were failing because '<' is valid in a path but not a file name
Configuration menu - View commit details
-
Copy full SHA for c32fe13 - Browse repository at this point
Copy the full SHA c32fe13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b2841 - Browse repository at this point
Copy the full SHA 63b2841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bd789 - Browse repository at this point
Copy the full SHA 04bd789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8813c1c - Browse repository at this point
Copy the full SHA 8813c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a114e3f - Browse repository at this point
Copy the full SHA a114e3fView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49a13a1 - Browse repository at this point
Copy the full SHA 49a13a1View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11f0dcd - Browse repository at this point
Copy the full SHA 11f0dcdView commit details
Commits on Aug 15, 2024
-
upgrade to SIL.WritingSystems 14.2.0 beta 21 to fix issue with Collat…
…orSort_DoesNotThrow failing on dotnet 8
Configuration menu - View commit details
-
Copy full SHA for 5d279de - Browse repository at this point
Copy the full SHA 5d279deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c18ee - Browse repository at this point
Copy the full SHA 63c18eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4232a8 - Browse repository at this point
Copy the full SHA f4232a8View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36685bd - Browse repository at this point
Copy the full SHA 36685bdView commit details -
fix build issue in Rider due to TestHelper not being where GitVersion…
… expects it to be, just disabled GitVersion for TestHelper since it's not published.
Configuration menu - View commit details
-
Copy full SHA for 7a67c5a - Browse repository at this point
Copy the full SHA 7a67c5aView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a08ee4a - Browse repository at this point
Copy the full SHA a08ee4aView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f683b1a - Browse repository at this point
Copy the full SHA f683b1aView commit details