Skip to content

Commit

Permalink
Bump MessagePack from 2.5.192 to 3.0.308 in /src/vs-bicep (#15831)
Browse files Browse the repository at this point in the history
Bumps
[MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp)
from 2.5.192 to 3.0.308.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases">MessagePack's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.300</h2>
<p>Fixed version, <a
href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases/tag/v3.0.3">release
notes see v3.0.3</a>.</p>
<h2>v3.0.3</h2>
<p>See our <a
href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/doc/migration.md">migration
guide</a>.
Details <a
href="https://neuecc.medium.com/messagepack-for-c-v3-release-with-source-generator-support-893ed30d0e89">blog
article</a></p>
<h2>What's new</h2>
<ul>
<li>AOT source generation of formatters by default using roslyn source
generators. <code>mpc</code> is no longer available. Dynamic formatters
still exist (for runtimes that support them), but code that compiles
against v3 are unlikely to need them, resulting in better startup
performance and improved debugging experience.</li>
<li>AOT source generation is hugely improved.
<ul>
<li>Support most or all of the data types that
<code>DynamicObjectResolver</code> supported.</li>
<li>Support for serializing private members.</li>
</ul>
</li>
<li><code>[MessagePackObject]</code> types can serialize private members
without the application having to switch to
<code>DynamicObjectResolverAllowPrivate</code>.</li>
<li>Analyzers are on by default, with many new ones to help ensure your
code is correct and ready for AOT source generated formatters.</li>
<li>Custom formatters are <em>automatically</em> used for the data types
they format when defined in the same assembly, by default. No need to
attribute your data types to point to the custom formatter. Opt out by
attributing the formatter with
<code>[ExcludeFormatterFromSourceGeneratedResolverAttribute]</code>.</li>
<li>New <code>CompositeResolverAttribute</code> offers a faster runtime
alternative to the <code>CompositeResolver</code> class.</li>
</ul>
<h3>Unity</h3>
<ul>
<li>Consume through NuGetForUnity and UPM instead of through
<code>.unitypackage</code></li>
<li></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Fix bug unsafe formatter by <a
href="https://github.com/pCYSl5EDgo"><code>@​pCYSl5EDgo</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1584">MessagePack-CSharp/MessagePack-CSharp#1584</a></li>
<li>Bump Microsoft.NET.StringTools from 17.4.0 to 17.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1588">MessagePack-CSharp/MessagePack-CSharp#1588</a></li>
<li>Add built-in formatters for several more System.Numerics types by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1597">MessagePack-CSharp/MessagePack-CSharp#1597</a></li>
<li>Bump ReactiveProperty from 8.2.0 to 9.1.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1592">MessagePack-CSharp/MessagePack-CSharp#1592</a></li>
<li>Set nullable in unity by <a
href="https://github.com/Y-YoL"><code>@​Y-YoL</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1600">MessagePack-CSharp/MessagePack-CSharp#1600</a></li>
<li>Convert mpc and msbuild task package to a roslyn source generator by
<a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1599">MessagePack-CSharp/MessagePack-CSharp#1599</a></li>
<li>Merge master into develop by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1601">MessagePack-CSharp/MessagePack-CSharp#1601</a></li>
<li>Bring back support for the additional allow types by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1602">MessagePack-CSharp/MessagePack-CSharp#1602</a></li>
<li>Report diagnostics instead of throw from TypeCollector by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1605">MessagePack-CSharp/MessagePack-CSharp#1605</a></li>
<li>Enable P2P generic test by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1604">MessagePack-CSharp/MessagePack-CSharp#1604</a></li>
<li>Avoid copying data twice in MessagePackWriter.MemoryCopy when
running… by <a
href="https://github.com/AlanLiu90"><code>@​AlanLiu90</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1607">MessagePack-CSharp/MessagePack-CSharp#1607</a></li>
<li>Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1615">MessagePack-CSharp/MessagePack-CSharp#1615</a></li>
<li>Bump Microsoft.Build.Locator from 1.4.1 to 1.5.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1613">MessagePack-CSharp/MessagePack-CSharp#1613</a></li>
<li>Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.3 to 3.3.4
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1612">MessagePack-CSharp/MessagePack-CSharp#1612</a></li>
<li>Merge master into develop by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1620">MessagePack-CSharp/MessagePack-CSharp#1620</a></li>
<li>Bump NUnit3TestAdapter from 4.3.1 to 4.4.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1614">MessagePack-CSharp/MessagePack-CSharp#1614</a></li>
<li>Bump System.Collections.Immutable from 6.0.0 to 7.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1611">MessagePack-CSharp/MessagePack-CSharp#1611</a></li>
<li>Fix the errant package dependency in source generator package by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1622">MessagePack-CSharp/MessagePack-CSharp#1622</a></li>
<li>Fix <code>ILookup&lt;TKey, TElement&gt;</code> deserialized behavior
by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1623">MessagePack-CSharp/MessagePack-CSharp#1623</a></li>
<li>Merge latest Library.Template by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1640">MessagePack-CSharp/MessagePack-CSharp#1640</a></li>
<li>Bump Microsoft.NET.StringTools from 17.5.0 to 17.6.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1629">MessagePack-CSharp/MessagePack-CSharp#1629</a></li>
<li>Rollback package dependency versions for analyzers by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1641">MessagePack-CSharp/MessagePack-CSharp#1641</a></li>
<li>move code depending on UnityEditor into separate assembly by <a
href="https://github.com/NorbertNemec"><code>@​NorbertNemec</code></a>
in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1649">MessagePack-CSharp/MessagePack-CSharp#1649</a></li>
<li>remove MessagePackWindow in Unity by <a
href="https://github.com/neuecc"><code>@​neuecc</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1651">MessagePack-CSharp/MessagePack-CSharp#1651</a></li>
<li>Union type collect by <a
href="https://github.com/Scormave"><code>@​Scormave</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1634">MessagePack-CSharp/MessagePack-CSharp#1634</a></li>
<li>Switch from MSBuild properties to an AdditionalFiles json file by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1667">MessagePack-CSharp/MessagePack-CSharp#1667</a></li>
<li>Fix analyzer when only MessagePack.Annotations is referenced by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1674">MessagePack-CSharp/MessagePack-CSharp#1674</a></li>
<li>Allow applying <code>[MessagePackFormatter]</code> on parameters by
<a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1678">MessagePack-CSharp/MessagePack-CSharp#1678</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/MessagePack-CSharp/MessagePack-CSharp/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MessagePack&package-manager=nuget&previous-version=2.5.192&new-version=3.0.308)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15831)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: StephenWeatherford <[email protected]>
  • Loading branch information
dependabot[bot] and StephenWeatherford authored Dec 11, 2024
1 parent 84cbfa9 commit 4848bcc
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,22 +275,28 @@
},
"MessagePack": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==",
"resolved": "3.0.308",
"contentHash": "88zw/8RB2WU5UQR9qTbXpxG0gTvsdG/ue991kifYLILxDDr1ZpM1PIwbCMRUlh+E1GoqE/d159dARj1j9TTuSw==",
"dependencies": {
"MessagePack.Annotations": "2.5.192",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.NET.StringTools": "17.6.3",
"System.Collections.Immutable": "6.0.0",
"MessagePack.Annotations": "3.0.308",
"MessagePackAnalyzer": "3.0.308",
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"System.Collections.Immutable": "8.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg=="
"resolved": "3.0.308",
"contentHash": "gATDsU/BzxjYOiQ6AIy0OwXC+24YLiGP9Hb6WSpJp6uuJtPALMBK+prMVHtThHkNseRzfYoF7MyQ6LURNbplmQ=="
},
"MessagePackAnalyzer": {
"type": "Transitive",
"resolved": "3.0.308",
"contentHash": "lEqNxGuLsmeuAdA1ZGmdBEGbXnWwqIVK/HAQ6/XgBI9g8a++Cz9EDZX2v/heM+BmE0Xi6euFB+63dMo+osvD5A=="
},
"Microsoft.ApplicationInsights": {
"type": "Transitive",
Expand Down Expand Up @@ -1302,7 +1308,7 @@
"bicep.vslanguageserverclient": {
"type": "Project",
"dependencies": {
"MessagePack": "[2.5.192, )",
"MessagePack": "[3.0.308, )",
"Microsoft.IO.Redist": "[6.1.0, )",
"Microsoft.VisualStudio.LanguageServer.Client": "[17.12.48, )",
"Microsoft.VisualStudio.LanguageServer.Protocol": "[17.2.8, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,22 +274,28 @@
},
"MessagePack": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==",
"resolved": "3.0.308",
"contentHash": "88zw/8RB2WU5UQR9qTbXpxG0gTvsdG/ue991kifYLILxDDr1ZpM1PIwbCMRUlh+E1GoqE/d159dARj1j9TTuSw==",
"dependencies": {
"MessagePack.Annotations": "2.5.192",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.NET.StringTools": "17.6.3",
"System.Collections.Immutable": "6.0.0",
"MessagePack.Annotations": "3.0.308",
"MessagePackAnalyzer": "3.0.308",
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"System.Collections.Immutable": "8.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg=="
"resolved": "3.0.308",
"contentHash": "gATDsU/BzxjYOiQ6AIy0OwXC+24YLiGP9Hb6WSpJp6uuJtPALMBK+prMVHtThHkNseRzfYoF7MyQ6LURNbplmQ=="
},
"MessagePackAnalyzer": {
"type": "Transitive",
"resolved": "3.0.308",
"contentHash": "lEqNxGuLsmeuAdA1ZGmdBEGbXnWwqIVK/HAQ6/XgBI9g8a++Cz9EDZX2v/heM+BmE0Xi6euFB+63dMo+osvD5A=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down Expand Up @@ -1231,7 +1237,7 @@
"bicep.vslanguageserverclient": {
"type": "Project",
"dependencies": {
"MessagePack": "[2.5.192, )",
"MessagePack": "[3.0.308, )",
"Microsoft.IO.Redist": "[6.1.0, )",
"Microsoft.VisualStudio.LanguageServer.Client": "[17.12.48, )",
"Microsoft.VisualStudio.LanguageServer.Protocol": "[17.2.8, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,28 @@
},
"MessagePack": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==",
"resolved": "3.0.308",
"contentHash": "88zw/8RB2WU5UQR9qTbXpxG0gTvsdG/ue991kifYLILxDDr1ZpM1PIwbCMRUlh+E1GoqE/d159dARj1j9TTuSw==",
"dependencies": {
"MessagePack.Annotations": "2.5.192",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.NET.StringTools": "17.6.3",
"System.Collections.Immutable": "6.0.0",
"MessagePack.Annotations": "3.0.308",
"MessagePackAnalyzer": "3.0.308",
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"System.Collections.Immutable": "8.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg=="
"resolved": "3.0.308",
"contentHash": "gATDsU/BzxjYOiQ6AIy0OwXC+24YLiGP9Hb6WSpJp6uuJtPALMBK+prMVHtThHkNseRzfYoF7MyQ6LURNbplmQ=="
},
"MessagePackAnalyzer": {
"type": "Transitive",
"resolved": "3.0.308",
"contentHash": "lEqNxGuLsmeuAdA1ZGmdBEGbXnWwqIVK/HAQ6/XgBI9g8a++Cz9EDZX2v/heM+BmE0Xi6euFB+63dMo+osvD5A=="
},
"Microsoft.ApplicationInsights": {
"type": "Transitive",
Expand Down Expand Up @@ -1017,7 +1023,7 @@
"bicep.vslanguageserverclient": {
"type": "Project",
"dependencies": {
"MessagePack": "[2.5.192, )",
"MessagePack": "[3.0.308, )",
"Microsoft.IO.Redist": "[6.1.0, )",
"Microsoft.VisualStudio.LanguageServer.Client": "[17.12.48, )",
"Microsoft.VisualStudio.LanguageServer.Protocol": "[17.2.8, )",
Expand Down
24 changes: 15 additions & 9 deletions src/vs-bicep/Bicep.VSLanguageServerClient.Vsix/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,28 @@
},
"MessagePack": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==",
"resolved": "3.0.308",
"contentHash": "88zw/8RB2WU5UQR9qTbXpxG0gTvsdG/ue991kifYLILxDDr1ZpM1PIwbCMRUlh+E1GoqE/d159dARj1j9TTuSw==",
"dependencies": {
"MessagePack.Annotations": "2.5.192",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.NET.StringTools": "17.6.3",
"System.Collections.Immutable": "6.0.0",
"MessagePack.Annotations": "3.0.308",
"MessagePackAnalyzer": "3.0.308",
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"System.Collections.Immutable": "8.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg=="
"resolved": "3.0.308",
"contentHash": "gATDsU/BzxjYOiQ6AIy0OwXC+24YLiGP9Hb6WSpJp6uuJtPALMBK+prMVHtThHkNseRzfYoF7MyQ6LURNbplmQ=="
},
"MessagePackAnalyzer": {
"type": "Transitive",
"resolved": "3.0.308",
"contentHash": "lEqNxGuLsmeuAdA1ZGmdBEGbXnWwqIVK/HAQ6/XgBI9g8a++Cz9EDZX2v/heM+BmE0Xi6euFB+63dMo+osvD5A=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down Expand Up @@ -1865,7 +1871,7 @@
"bicep.vslanguageserverclient": {
"type": "Project",
"dependencies": {
"MessagePack": "[2.5.192, )",
"MessagePack": "[3.0.308, )",
"Microsoft.IO.Redist": "[6.1.0, )",
"Microsoft.VisualStudio.LanguageServer.Client": "[17.12.48, )",
"Microsoft.VisualStudio.LanguageServer.Protocol": "[17.2.8, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.5.192" />
<PackageReference Include="MessagePack" Version="3.0.308" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
24 changes: 15 additions & 9 deletions src/vs-bicep/Bicep.VSLanguageServerClient/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
".NETFramework,Version=v4.7.2": {
"MessagePack": {
"type": "Direct",
"requested": "[2.5.192, )",
"resolved": "2.5.192",
"contentHash": "Jtle5MaFeIFkdXtxQeL9Tu2Y3HsAQGoSntOzrn6Br/jrl6c8QmG22GEioT5HBtZJR0zw0s46OnKU8ei2M3QifA==",
"requested": "[3.0.308, )",
"resolved": "3.0.308",
"contentHash": "88zw/8RB2WU5UQR9qTbXpxG0gTvsdG/ue991kifYLILxDDr1ZpM1PIwbCMRUlh+E1GoqE/d159dARj1j9TTuSw==",
"dependencies": {
"MessagePack.Annotations": "2.5.192",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.NET.StringTools": "17.6.3",
"System.Collections.Immutable": "6.0.0",
"MessagePack.Annotations": "3.0.308",
"MessagePackAnalyzer": "3.0.308",
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"System.Collections.Immutable": "8.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down Expand Up @@ -282,8 +283,13 @@
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.5.192",
"contentHash": "jaJuwcgovWIZ8Zysdyf3b7b34/BrADw4v82GaEZymUhDd3ScMPrYd/cttekeDteJJPXseJxp04yTIcxiVUjTWg=="
"resolved": "3.0.308",
"contentHash": "gATDsU/BzxjYOiQ6AIy0OwXC+24YLiGP9Hb6WSpJp6uuJtPALMBK+prMVHtThHkNseRzfYoF7MyQ6LURNbplmQ=="
},
"MessagePackAnalyzer": {
"type": "Transitive",
"resolved": "3.0.308",
"contentHash": "lEqNxGuLsmeuAdA1ZGmdBEGbXnWwqIVK/HAQ6/XgBI9g8a++Cz9EDZX2v/heM+BmE0Xi6euFB+63dMo+osvD5A=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down

0 comments on commit 4848bcc

Please sign in to comment.