Update v2.x to build again - #2264
Merged
Merged
Conversation
AArnott
force-pushed
the
update-v2.x-minimal
branch
from
May 15, 2026 00:37
72fa36b to
9e214ba
Compare
This was referenced Sep 17, 2026
This was referenced Sep 21, 2026
Merged
github-actions Bot
pushed a commit
to Nimblesite/SharpLsp
that referenced
this pull request
Sep 22, 2026
Updated [Fantomas.Core](https://github.com/fsprojects/fantomas) from 8.0.0 to 8.0.1. <details> <summary>Release notes</summary> _Sourced from [Fantomas.Core's releases](https://github.com/fsprojects/fantomas/releases)._ ## 8.0.1 # 8.0.1 ### Fixed - Remove TailCall shim from Fantomas.FCS. [#3476](fsprojects/fantomas#3476) - Fantomas 8 with use bindings in fsx-file. A `use` at the top level of a script makes the parser warn that it is treated as `let`, and the check Fantomas runs over its own output refused the file on that warning. The warning is about the source as the author wrote it, not about anything the formatter changed, so it is now one of the warnings the check tolerates. [#3478](fsprojects/fantomas#3478) - Unexpected de-indent after trivia after expression. A comment at the end of a `match` that closes a computation expression, or a `let` body, pushed the closing brace and the next binding one level too far to the right. The unindent before the closing line was placed in front of the comment's newline, where the `match` still held the column it had claimed and restored its own indent on the way out, undoing the unindent. The newline now moves past those restores, so the line after the comment starts at the outer level. [#3481](fsprojects/fantomas#3481) Special thanks to @nojaf! [https://www.nuget.org/packages/fantomas/8.0.1](https://www.nuget.org/packages/fantomas/8.0.1) Commits viewable in [compare view](fsprojects/fantomas@v8.0.0...v8.0.1). </details> Updated [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 3.1.8 to 3.1.9. <details> <summary>Release notes</summary> _Sourced from [MessagePack's releases](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)._ ## 3.1.9 ## What's Changed ### Security fix * Fix [Nested arrays can blow past buffer length limits](GHSA-qhrr-8q5h-9q3h) via 7fd78bbf3476 ### Other fixes * Update DynamicAssembly usage to honor different AssemblyLoadContext's by @BertanAygun in MessagePack-CSharp/MessagePack-CSharp#2183 * Update v2.x to build again by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2264 * Add more types to the default disallow list of named types to be deserialized by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2263 * Add several known unsafe 'gadgets' to the disallow list by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2269 * Revise end-of-life date for version 2.x by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2282 * Fix OldSpec byte[] encoding emitting unsupported str8 headers by @AArnott with @Copilot in MessagePack-CSharp/MessagePack-CSharp#2287 * v2 to master by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2295 * Fix build warning and Windows build break by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2300 * Fix source generator snapshot ordering by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2303 * Test before versioned release build by @AArnott in MessagePack-CSharp/MessagePack-CSharp#2304 **Full Changelog**: MessagePack-CSharp/MessagePack-CSharp@v3.1.8...v3.1.9 Commits viewable in [compare view](MessagePack-CSharp/MessagePack-CSharp@v3.1.8...v3.1.9). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.10.0 to 18.10.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.10.1 ## What's Changed * Isolate code coverage files in published output by @azat-msft in microsoft/vstest#16476 **Full Changelog**: microsoft/vstest@v18.10.0...v18.10.1 Commits viewable in [compare view](microsoft/vstest@v18.10.0...v18.10.1). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Sep 22, 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.
No description provided.