Skip to content

Realease v1.4.0 - #83

Merged
jsaarimaa merged 12 commits into
mainfrom
test
Mar 13, 2026
Merged

Realease v1.4.0#83
jsaarimaa merged 12 commits into
mainfrom
test

Conversation

@jsaarimaa

Copy link
Copy Markdown
Collaborator

Upgraded to .NET 10
Added metadata utlity methods
Updated unit tests

sakari-malkki and others added 12 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 d2c6567 into main Mar 13, 2026
9 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