You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded Husky Tool and Target Frameworks
The Husky tool, which aids in maintaining code quality, has been updated to a newer version. Also, various projects were switched from using the .NET version 9 to version 10, helping improve performance compatibility.
Revised Dependencies for Improved Compatibility
Various dependencies across multiple projects have been updated to their latest versions. This assists in ensuring smooth running of services and better compatibility.
GitHub Actions Workflows Adjustment
Adjustments have been made in the GitHub Actions workflows to align with the upgraded .NET version. This should streamline automated tasks and enhance the overall workflow process.
Benchmark Adjustments for Better Analysis
Dependencies and target frameworks in the Benchmark project have been updated for better performance analysis. In addition, the documentation showcasing performance comparisons has also been updated and refined.
Increased Test SDKs Versions and Improved Test Method Implementations
The Test SDKs have been updated to their latest versions for providing more recent capabilities. Also, several assertion errors have been refactored to improve clarity within integration tests.
Upgraded Test Tools and Libraries
The versions of testing-related libraries such as FluentAssertions, xunit, and more have been upgraded. These upgrades will bring in more recent and enhanced features for test implementations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes #292
Type of change
Checklist