Skip to content

1.4.0 dev to test - #82

Merged
jsaarimaa merged 11 commits into
testfrom
dev
Mar 13, 2026
Merged

1.4.0 dev to test#82
jsaarimaa merged 11 commits into
testfrom
dev

Conversation

@jsaarimaa

Copy link
Copy Markdown
Collaborator

No description provided.

sakari-malkki and others added 11 commits March 9, 2026 15:52
Upgraded all projects to .NET 10.0 and updated test NuGet packages. Refactored test assertions to use Assert.HasCount and standardized exception assertions with Assert.ThrowsExactly. Improved async test cancellation handling via TestContext. Replaced [DataTestMethod] with [TestMethod] and modernized list initializations. Fixed string comparison issues and removed unnecessary System.Linq.Async package reference. Cleaned up namespaces and using directives for consistency.
CI, CD, and SonarScan workflows now use .NET 10.x instead of 8.x.
CI matrix tests against .NET 9.x and 10.x.
Px.Utils.csproj updated to target net10.0 and version 1.4.0.
Upgraded all projects to .NET 10.0 and updated test NuGet packages. Refactored test assertions to use Assert.HasCount and standardized exception assertions with Assert.ThrowsExactly. Improved async test cancellation handling via TestContext. Replaced [DataTestMethod] with [TestMethod] and modernized list initializations. Fixed string comparison issues and removed unnecessary System.Linq.Async package reference. Cleaned up namespaces and using directives for consistency.
CI, CD, and SonarScan workflows now use .NET 10.x instead of 8.x.
CI matrix tests against .NET 9.x and 10.x.
Px.Utils.csproj updated to target net10.0 and version 1.4.0.
Replaced incorrectly encoded Finnish characters with correct forms
(e.g., "�" → "ä", "yhteens�" → "yhteensä") in test data for
dimension names, units, and properties. This improves accuracy
and readability in multilingual unit tests.
@jsaarimaa
jsaarimaa merged commit d43576d into test Mar 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants