Acuit.Pinpoint.Server.PlugIns 8.0.0-preview.67

This is a prerelease version of Acuit.Pinpoint.Server.PlugIns.
dotnet add package Acuit.Pinpoint.Server.PlugIns --version 8.0.0-preview.67
                    
NuGet\Install-Package Acuit.Pinpoint.Server.PlugIns -Version 8.0.0-preview.67
                    
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="Acuit.Pinpoint.Server.PlugIns" Version="8.0.0-preview.67" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acuit.Pinpoint.Server.PlugIns" Version="8.0.0-preview.67" />
                    
Directory.Packages.props
<PackageReference Include="Acuit.Pinpoint.Server.PlugIns" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Acuit.Pinpoint.Server.PlugIns --version 8.0.0-preview.67
                    
#r "nuget: Acuit.Pinpoint.Server.PlugIns, 8.0.0-preview.67"
                    
#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.
#:package Acuit.Pinpoint.Server.PlugIns@8.0.0-preview.67
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Acuit.Pinpoint.Server.PlugIns&version=8.0.0-preview.67&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Acuit.Pinpoint.Server.PlugIns&version=8.0.0-preview.67&prerelease
                    
Install as a Cake Tool

Acuit.Pinpoint.Server.PlugIns

This meta package does not contain any assets itself, but it references all of the package dependencies used to develop plug-ins for Acuit Pinpoint Server.

See Acuit Pinpoint Plug-ins for more information on developing plug-ins for Acuit Pinpoint Server.

Runtime assets for the following NuGet packages should never be included in the plug-in package, as they are already included with Acuit Pinpoint Server and including them in the plug-in package will cause type incompatibility issues:

  • Acuit.Pinpoint.Common
  • Acuit.Pinpoint.HealthChecks.Abstractions
  • Acuit.Pinpoint.Modularity.Abstractions
  • Acuit.Pinpoint.ResourceManagement.Abstractions
  • Acuit.Pinpoint.Server.Abstractions
  • Acuit.Pinpoint.Services.Entities
  • Acuit.Pinpoint.Tables
  • Acuit.Pinpoint.WildcardExpressions
  • Microsoft.Extensions.Caching.Abstractions
  • Microsoft.Extensions.Configuration
  • Microsoft.Extensions.Configuration.Abstractions
  • Microsoft.Extensions.Configuration.Binder
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.Extensions.DependencyInjection.Abstractions
  • Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
  • Microsoft.Extensions.Logging.Abstractions
  • Microsoft.Extensions.Options
  • Microsoft.Extensions.Options.ConfigurationExtensions
  • Microsoft.Extensions.Primitives

Should a transitive dependency cause one of the above packages to be included in the plug-in output, the following can be added to the plug-in's .csproj file to prevent it from being included in the output:

<ItemGroup>
  <PackageReference Include="PACKAGE.NAME.HERE" ExcludeAssets="runtime" />
</ItemGroup>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
8.0.0-preview.67 29 8/21/2026
8.0.0-preview.66 38 8/20/2026
8.0.0-preview.65 74 7/28/2026
8.0.0-preview.64 101 7/9/2026
8.0.0-preview.63 112 7/6/2026
8.0.0-preview.62 111 7/2/2026
8.0.0-preview.61 153 6/12/2026
8.0.0-preview.60 136 6/11/2026
8.0.0-preview.59 150 6/8/2026
8.0.0-preview.58 146 6/4/2026
8.0.0-preview.57 166 5/23/2026
8.0.0-preview.56 204 4/23/2026
8.0.0-preview.55 212 4/20/2026
8.0.0-preview.54 231 4/3/2026
8.0.0-preview.53 269 2/27/2026
8.0.0-preview.52 310 1/18/2026
8.0.0-preview.51 322 12/31/2025
8.0.0-preview.50 386 12/21/2025
8.0.0-preview.49 349 12/21/2025
8.0.0-preview.48 335 12/20/2025
Loading failed