Skip to content

Update v2.x to build again - #2264

Merged
AArnott merged 2 commits into
v2.xfrom
update-v2.x-minimal
May 15, 2026
Merged

AArnott merged 2 commits into
v2.xfrom
update-v2.x-minimal

Conversation

@AArnott

@AArnott AArnott commented May 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@AArnott AArnott added this to the v2.5 milestone May 15, 2026
@AArnott
AArnott force-pushed the update-v2.x-minimal branch from 72fa36b to 9e214ba Compare May 15, 2026 00:37
@AArnott
AArnott merged commit c27960c into v2.x May 15, 2026
6 checks passed
@AArnott
AArnott deleted the update-v2.x-minimal branch May 15, 2026 01:24
This was referenced Sep 17, 2026
This was referenced Sep 21, 2026
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>
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.

1 participant