XS✔ ◾ Update package versions in Directory.Packages.props#795
Merged
Conversation
Updated package versions for various dependencies including Microsoft.ServiceFabric and MSTest packages.
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates centrally-managed NuGet package versions in Directory.Packages.props, primarily for MSTest and Service Fabric dependencies used across the Omex .NET extensions and test projects.
Changes:
- Bumped
MSTest.TestAdapterandMSTest.TestFrameworkfrom4.0.2to4.1.0. - Updated Service Fabric package versions (core/actors/services/remoting) and related dependencies (e.g.,
Microsoft.ServiceFabric.Client.Http,ServiceFabric.Mocks).
Comment out host start and address assertions to prevent CI failures related to socket access permissions.
K-Cully
reviewed
Feb 9, 2026
tests/Hosting.Services.Web.UnitTests/HostBuilderExtensionsTests.cs
Outdated
Show resolved
Hide resolved
K-Cully
previously approved these changes
Feb 9, 2026
Removed unnecessary call to StopAsync in the test.
Contributor
…st (#828) * Initial plan * Wrap host creation in using statement to ensure disposal Co-authored-by: K-Cully <2370032+K-Cully@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: K-Cully <2370032+K-Cully@users.noreply.github.com>
K-Cully
approved these changes
Feb 11, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated package versions for various dependencies including Microsoft.ServiceFabric and MSTest packages.