PowerToys/src/modules/launcher/Wox.Plugin
Jeremy Sinclair a7bd0cfde8
[deps]Upgrade to .NET 7 (#20979)
* Update projects to .NET 7

* Updated packages to 7.0-rc1

* [ColorPicker] Wrap WM_KEYUP param in unchecked context

* [PTRun][OneNote] Added a NoWarn to CS8981

* [MeasureTool] Wrap buffer in wstring_view in SetClipBoardToText

* Target .NET 7 for PowerToys.Interop

* Update publish profiles

* Removed System.Text.Json.dll from Product.wxs since it's included in .NET 7

* Use .NET 7 in CI

* Removed individual CodeAnalysis package from projects

* Updated CodeAnalysis package in Directory.Build.props

* Updated NuGet packages to latest 7.0 rc2

* Fix merge mistake with Settings.UI.Library project

* Updated installer with .NET 7 RC2 install

* [GPOWrapper] Updated GPOWrapperProjection to .NET 7

* [FileLockSmith] Updated to .NET 7

* [FileLocksmith] Update Interop to .NET 7

* Upgrade .NET 7 specific libraries to GA version

* [PowerToysSetup] Updated .NET 7 urls to GA

* [CI] removed .NET 7 SDK preview version from UseDotNet task

* [PowerToysSetup] Update HasDotnet variable name

* [PowerToysInterop] Downgrade target back to .NET 6

* [FileLockSmith] Downgrade Interop library back to .NET 6

* Revert "[FileLockSmith] Downgrade Interop library back to .NET 6"

This reverts commit 356ad048e3.

* Revert "[PowerToysInterop] Downgrade target back to .NET 6"

This reverts commit 74dbcfdefe.

* [Analyzers][CPP] Disable warning for 4679 caused by .NET 7 in C++/CLI

* [CI] Set maximum cpu count to 2 for PowerToys.sln build

* [CI] Set maximumCpuCount to false in hopes of arm64 working

* Changed .NET 7 runtime display name

* [ci] Use .net 7 sdk
2022-12-01 14:40:41 +00:00
..
Common [Docs]Replace docs.micrososft.com with learn.microsoft.com (#20662) 2022-09-28 17:18:55 +01:00
Interfaces fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
LibraryThemes [PowerLauncher] Fix getting theme changed event for and between HighContrast setting 2020-10-31 11:58:52 +01:00
Logger [General]Consolidate to language version C# 10 (#19209) 2022-07-15 09:06:00 +01:00
Properties [PT Run] VirtualDesktopHelper & WindowWalker improvements (#16325) 2022-03-07 11:45:29 +00:00
ActionContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
AllowedLanguage.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
BaseModel.cs [Deps]Remove unused dependencies (#21371) 2022-11-08 17:35:06 +00:00
Constant.cs [Wox.Plugin] Enable analyzer and fix warnings (#16547) 2022-03-08 16:46:36 +00:00
ContextMenuResult.cs [PTRun] Fix always show after executing context menu result (#21291) 2022-10-25 22:27:18 +01:00
IContextMenu.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IDelayedExecutionPlugin.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IPlugin.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
IPublicAPI.cs Don't use Environment.Exit (#20532) 2022-09-13 19:25:19 +03:00
ISettingProvider.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
PluginInitContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginMetadata.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
PluginPair.cs [PTRun]Settings for result order tuning (#18978) 2022-07-04 15:12:56 +01:00
Query.cs [Deps]Remove unused dependencies (#21371) 2022-11-08 17:35:06 +00:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs [PTRun]Fix always hiding even when an action fails (#21259) 2022-10-25 20:46:40 +01:00
ResultUpdatedEventArgs.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
SpecialKeyState.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
ToolTipData.cs Mark string with DO NOT LOCALIZE (#8196) 2020-11-24 22:03:43 +01:00
UserSelectedRecord.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
Wox.Plugin.csproj [deps]Upgrade to .NET 7 (#20979) 2022-12-01 14:40:41 +00:00

What does Wox.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins