McMaster.NETCore.Plugins
1.4.0
Prefix Reserved
dotnet add package McMaster.NETCore.Plugins --version 1.4.0
NuGet\Install-Package McMaster.NETCore.Plugins -Version 1.4.0
<PackageReference Include="McMaster.NETCore.Plugins" Version="1.4.0" />
paket add McMaster.NETCore.Plugins --version 1.4.0
#r "nuget: McMaster.NETCore.Plugins, 1.4.0"
// Install McMaster.NETCore.Plugins as a Cake Addin #addin nuget:?package=McMaster.NETCore.Plugins&version=1.4.0 // Install McMaster.NETCore.Plugins as a Cake Tool #tool nuget:?package=McMaster.NETCore.Plugins&version=1.4.0
Provides API for dynamically loading assemblies into a .NET application.
This package should be used by the host application which needs to load plugins.
See https://github.com/natemcmaster/DotNetCorePlugins/blob/main/README.md for more samples and documentation.
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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
-
.NETCoreApp 2.1
- Microsoft.DotNet.PlatformAbstractions (>= 3.1.6)
- Microsoft.Extensions.DependencyModel (>= 5.0.0)
- System.Text.Json (>= 5.0.1)
-
.NETCoreApp 3.1
- Microsoft.DotNet.PlatformAbstractions (>= 3.1.6)
- Microsoft.Extensions.DependencyModel (>= 5.0.0)
NuGet packages (35)
Showing the top 5 NuGet packages that depend on McMaster.NETCore.Plugins:
Package | Downloads |
---|---|
ReportGenerator.Core
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base. Plugin development: https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage |
|
Microting.eFormApi.BasePn
Package Description |
|
CodeGeneration.Roslyn.Engine
The engine of source code generation; used by CodeGeneration.Roslyn.Tool. Useful for testing custom source generators. API: * CodeGeneration.Roslyn.CompilationGenerator * CodeGeneration.Roslyn.DocumentTransform |
|
McMaster.NETCore.Plugins.Mvc
Provides API for dynamically loading MVC controllers into an ASP.NET Core web application. This package should be used by the host application which needs to load plugins. See https://github.com/natemcmaster/DotNetCorePlugins/blob/main/README.md for more samples and documentation. |
|
FSharp.Analyzers.SDK
SDK for building custom analyzers for FSAC / F# editors |
GitHub repositories (16)
Showing the top 5 popular GitHub repositories that depend on McMaster.NETCore.Plugins:
Repository | Stars |
---|---|
danielpalme/ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
|
|
roflmuffin/CounterStrikeSharp
CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 4,117,700 | 5/27/2021 |
1.4.0-beta.87 | 245 | 5/26/2021 |
1.4.0-beta.41 | 11,670 | 1/31/2021 |
1.3.1 | 787,974 | 8/28/2020 |
1.3.0 | 182,102 | 5/8/2020 |
1.2.0 | 56,675 | 3/10/2020 |
1.1.0 | 25,661 | 1/17/2020 |
1.0.0 | 9,281 | 1/2/2020 |
0.3.2 | 11,289 | 12/16/2019 |
0.3.1 | 143,452 | 10/14/2019 |
0.3.0 | 2,747 | 9/24/2019 |
0.2.4 | 373,570 | 2/1/2019 |
0.2.3 | 1,516 | 1/30/2019 |
0.2.2 | 2,161 | 1/25/2019 |
0.2.1 | 983,219 | 10/21/2018 |
0.2.0 | 1,658 | 9/26/2018 |
0.1.1 | 1,390,010 | 8/22/2018 |
0.1.0 | 2,150 | 7/24/2018 |
Changes:
* @Sewer56 - feature: add option to support lazy loading of transitive dependencies to increase performance (PR #164)
* @Sewer56 - bugfix: search in additional probing paths (PR #172)