McMaster.NETCore.Plugins 0.2.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package McMaster.NETCore.Plugins --version 0.2.2
NuGet\Install-Package McMaster.NETCore.Plugins -Version 0.2.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="McMaster.NETCore.Plugins" Version="0.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McMaster.NETCore.Plugins --version 0.2.2
#r "nuget: McMaster.NETCore.Plugins, 0.2.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 McMaster.NETCore.Plugins as a Cake Addin
#addin nuget:?package=McMaster.NETCore.Plugins&version=0.2.2

// Install McMaster.NETCore.Plugins as a Cake Tool
#tool nuget:?package=McMaster.NETCore.Plugins&version=0.2.2

Provides API for consuming .NET Core and .NET Standard assemblies as plugins to a .NET Core application.

This package should be used by the host application which needs to load plugins.
Projects which create plugins should use McMaster.NETCore.Plugins.Sdk to generate the plugin configuration
files required to load .dll files.

Product 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.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (31)

Showing the top 5 NuGet packages that depend on McMaster.NETCore.Plugins:

Package Downloads
Microting.eFormApi.BasePn The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (13)

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
mehdihadeli/food-delivery-microservices
🍔 A practical food delivery microservices, built with .Net 7, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Version Downloads Last updated
1.4.0 3,385,109 5/27/2021
1.4.0-beta.87 226 5/26/2021
1.4.0-beta.41 11,651 1/31/2021
1.3.1 760,099 8/28/2020
1.3.0 178,133 5/8/2020
1.2.0 52,522 3/10/2020
1.1.0 24,541 1/17/2020
1.0.0 9,142 1/2/2020
0.3.2 11,083 12/16/2019
0.3.1 141,749 10/14/2019
0.3.0 2,663 9/24/2019
0.2.4 345,778 2/1/2019
0.2.3 1,452 1/30/2019
0.2.2 2,098 1/25/2019
0.2.1 970,725 10/21/2018
0.2.0 1,591 9/26/2018
0.1.1 1,280,764 8/22/2018
0.1.0 1,967 7/24/2018

Bug fix:
* Fix loading plugins which use SqlClient on Windows.
* Fallback to loading assemblies from the plugin base directory when all else fails.
* Normalize paths before loading native assets to workaround bug in .NET Core 2.x.