Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PTRun][OneNote] Improve the OneNote plugin #36813

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Remove unused package references
Removed LazyCache package
  • Loading branch information
Odotocodot committed Jan 18, 2025
commit 168275b10d94e515fbe6113f7ce59619d7b01838
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -21,8 +21,7 @@
<PackageVersion Include="HelixToolkit.Core.Wpf" Version="2.24.0" />
<PackageVersion Include="Humanizer" Version="2.14.1" />
<PackageVersion Include="hyjiacan.pinyin4net" Version="4.1.1" />
<PackageVersion Include="LazyCache" Version="2.4.0" />
<PackageVersion Include="Mages" Version="3.0.0" />
<PackageVersion Include="Mages" Version="2.0.2" />
<PackageVersion Include="Markdig.Signed" Version="0.34.0" />
<!-- Including MessagePack to force version, since it's used by StreamJsonRpc but contains vulnerabilities. After StreamJsonRpc updates the version of MessagePack, we can upgrade StreamJsonRpc instead. -->
<PackageVersion Include="MessagePack" Version="2.5.187" />
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LazyCache" />
<PackageReference Include="Humanizer" />
<PackageReference Include="Microsoft.Windows.CsWin32">
<PrivateAssets>all</PrivateAssets>
3 changes: 1 addition & 2 deletions src/modules/launcher/PowerLauncher/PowerLauncher.csproj
Original file line number Diff line number Diff line change
@@ -44,9 +44,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Mages" />
<PackageReference Include="LazyCache" />
<PackageReference Include="Humanizer" />
<PackageReference Include="Mages" />
<PackageReference Include="Microsoft.Data.Sqlite" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" />
1 change: 1 addition & 0 deletions src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@

<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" />
<!-- TODO: Verify if this is still needed as LazyCache is no longer used. -->
<!-- HACK: Microsoft.Extensions.Hosting is referenced, even if it is not used, to force dll versions to be the same as in other projects. Really only needed since OneNote uses the LazyCache and NLog dependencies, which references older assemblies. -->
<PackageReference Include="Microsoft.Extensions.Hosting" />
<!-- HACK: To make sure the version pulled in by Microsoft.Extensions.Hosting is current. -->