[repo-assist] eng: update paket.lock to latest compatible dependency versions - #486
Merged
sergey-tihon merged 1 commit intoAug 29, 2026
Conversation
Updates Microsoft.OpenApi 2.7.5->2.12.2, FSharp.Core 10.1.300->10.1.400, SharpYaml, xunit and other test/build tooling to latest versions within existing version constraints (paket.dependencies unchanged). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Ran
dotnet paket updateto refreshpaket.lockwith the latest package versions compatible with the existing version constraints inpaket.dependencies(no dependency ranges were changed).Notable updates:
Microsoft.OpenApi2.7.5 → 2.12.2 (andMicrosoft.OpenApi.YamlReader) — still within the~> 2constraint pinned inpaket.dependenciespending the 3.x migration tracked in [repo-assist] eng: evaluate Microsoft.OpenApi 3.x migration #358.FSharp.Core10.1.300 → 10.1.400SharpYaml2.1.4 → 2.1.5System.*/Microsoft.Extensions.*packages bumped to their latest 10.0.x patch releasesMicrosoft.NET.Test.Sdk,xunit.v3,FSharp.Compiler.Service,Azure.Core,OpenTelemetry.*, etc.Why
Keeping dependencies current reduces exposure to known bugs/vulnerabilities in older patch releases and keeps CI closer to what a fresh
paket installwould produce for new contributors.Test Status
dotnet fsi build.fsx -t RunUnitTests— Build succeeded, all 548 unit tests passed (1 skipped, pre-existing).RunIntegrationTests(provider/integration tests) could not be exercised in this sandbox: the type-provider network calls used to generate types from the test server are blocked by the sandbox's outbound proxy (403on the CONNECT tunnel). This is a pre-existing sandbox limitation — the same failure reproduces onmasterwithout this change, confirming it is unrelated to the dependency bump.CheckFormat) passed as part of the build chain above.No
paket.dependencieschanges were made — only the lock file was refreshed.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
petstore.swagger.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Add this agentic workflow to your repo
To install this agentic workflow, run