Jack.Application.Addins
3.0.2
dotnet add package Jack.Application.Addins --version 3.0.2
NuGet\Install-Package Jack.Application.Addins -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jack.Application.Addins" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jack.Application.Addins --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jack.Application.Addins, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jack.Application.Addins as a Cake Addin #addin nuget:?package=Jack.Application.Addins&version=3.0.2 // Install Jack.Application.Addins as a Cake Tool #tool nuget:?package=Jack.Application.Addins&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
插件编程框架
Addin里面的事件,必须是On开头命名
如:public AddinEvent OnSuccess;
Addin 支持一个自定义属性:
/// <summary>
/// 配置key增加规则
/// <example>
/// name->UserName
/// value->Amount
/// User.Flag->NewKeyName
/// </example>
/// </summary>
public override string Custom { get => base.Custom; set => base.Custom = value; }
注册插件:
services.AddTransientForAddins();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Way.Lib (>= 2.0.6.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 233 | 12/25/2023 |
3.0.1 | 163 | 9/1/2023 |
3.0.0 | 145 | 9/1/2023 |
2.0.0 | 153 | 9/1/2023 |
1.0.6.5 | 429 | 11/8/2021 |
1.0.6.3 | 493 | 8/17/2020 |
1.0.6.2 | 448 | 8/12/2020 |
1.0.6.1 | 504 | 7/2/2020 |
1.0.6 | 481 | 7/2/2020 |
1.0.5.2 | 489 | 6/18/2020 |
1.0.5.1 | 449 | 6/17/2020 |
1.0.5 | 466 | 6/17/2020 |
1.0.3.9 | 424 | 6/16/2020 |
1.0.3.8 | 474 | 4/24/2020 |
1.0.3.7 | 478 | 4/24/2020 |
1.0.3.6 | 458 | 4/24/2020 |
1.0.3.5 | 583 | 2/7/2020 |
1.0.3.4 | 501 | 1/19/2020 |
1.0.3.3 | 513 | 1/19/2020 |
1.0.3.2 | 554 | 1/19/2020 |
1.0.3.1 | 587 | 1/19/2020 |
1.0.3 | 490 | 1/17/2020 |
1.0.2.9 | 468 | 1/16/2020 |
1.0.2.8 | 502 | 1/16/2020 |
1.0.2.6 | 530 | 1/16/2020 |
1.0.2.5 | 559 | 1/16/2020 |
1.0.2.3 | 525 | 1/15/2020 |
1.0.2.2 | 534 | 1/15/2020 |
1.0.2.1 | 554 | 1/15/2020 |
1.0.2 | 565 | 1/15/2020 |
1.0.1.3 | 598 | 1/14/2020 |
1.0.1.2 | 544 | 12/26/2019 |
1.0.1.1 | 541 | 12/26/2019 |
1.0.1 | 518 | 12/25/2019 |
1.0.0.9 | 513 | 12/25/2019 |
1.0.0.8 | 531 | 12/25/2019 |
1.0.0.7 | 503 | 12/25/2019 |
1.0.0.6 | 500 | 12/24/2019 |
1.0.0.5 | 492 | 12/24/2019 |
1.0.0.3 | 493 | 12/24/2019 |
1.0.0.2 | 516 | 12/24/2019 |
1.0.0.1 | 513 | 12/24/2019 |
1.0.0 | 512 | 12/20/2019 |