McMaster.NETCore.Plugins 2.0.0-beta.130

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of McMaster.NETCore.Plugins.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package McMaster.NETCore.Plugins --version 2.0.0-beta.130
NuGet\Install-Package McMaster.NETCore.Plugins -Version 2.0.0-beta.130
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="2.0.0-beta.130" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McMaster.NETCore.Plugins --version 2.0.0-beta.130
#r "nuget: McMaster.NETCore.Plugins, 2.0.0-beta.130"
#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=2.0.0-beta.130&prerelease

// Install McMaster.NETCore.Plugins as a Cake Tool
#tool nuget:?package=McMaster.NETCore.Plugins&version=2.0.0-beta.130&prerelease

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

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,382,824 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,054 8/28/2020
1.3.0 178,070 5/8/2020
1.2.0 52,508 3/10/2020
1.1.0 24,507 1/17/2020
1.0.0 9,142 1/2/2020
0.3.2 11,083 12/16/2019
0.3.1 141,732 10/14/2019
0.3.0 2,663 9/24/2019
0.2.4 345,737 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,264 8/22/2018
0.1.0 1,967 7/24/2018

Breaking changes:
* Require .NET 6 +. Drop support for .NET Core 2, 3, and 5.
* Drop dependencies on .NET Core 2 libraries for manually parsing .deps.json. Use the built-in .NET 6 API for this.