Adliance.AspNetCore.Buddy.GuiKit 10.0.0.13

Prefix Reserved
dotnet add package Adliance.AspNetCore.Buddy.GuiKit --version 10.0.0.13
                    
NuGet\Install-Package Adliance.AspNetCore.Buddy.GuiKit -Version 10.0.0.13
                    
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="Adliance.AspNetCore.Buddy.GuiKit" Version="10.0.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Adliance.AspNetCore.Buddy.GuiKit" Version="10.0.0.13" />
                    
Directory.Packages.props
<PackageReference Include="Adliance.AspNetCore.Buddy.GuiKit" />
                    
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 Adliance.AspNetCore.Buddy.GuiKit --version 10.0.0.13
                    
#r "nuget: Adliance.AspNetCore.Buddy.GuiKit, 10.0.0.13"
                    
#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 Adliance.AspNetCore.Buddy.GuiKit@10.0.0.13
                    
#: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=Adliance.AspNetCore.Buddy.GuiKit&version=10.0.0.13
                    
Install as a Cake Addin
#tool nuget:?package=Adliance.AspNetCore.Buddy.GuiKit&version=10.0.0.13
                    
Install as a Cake Tool

Adliance.AspNetCore.Buddy.GuiKit

The GuiKit Buddy provides a set of UI components, tag helpers, and static assets (CSS, JS, fonts) for building consistent ASP.NET Core web applications.

Features

  • Bundled and minified CSS and JavaScript assets
  • Razor tag helpers for common UI components
  • Application Insights integration helper

Setup

Register the services in your ASP.NET Core application:

using Adliance.AspNetCore.Buddy.GuiKit.Extensions;

// In Program.cs or Startup.ConfigureServices:
services.AddApplicationInsightsIfConfigured();

AddApplicationInsightsIfConfigured reads the APPLICATIONINSIGHTS_CONNECTION_STRING environment variable and configures Application Insights telemetry automatically if it is present. It also registers AppInsightsJavaScript, which can be injected into Razor views to render the Application Insights JavaScript snippet.

Tag Helpers

Add the tag helpers to your _ViewImports.cshtml:

@addTagHelper *, Adliance.AspNetCore.Buddy.GuiKit
Tag Helper Description
<agk-loading> Renders a loading indicator
<agk-notification> Renders a notification/alert component
<agk-panel> Renders a panel/card component
<agk-title> Renders a styled page title

Application Insights JavaScript

To inject the Application Insights JavaScript snippet into your layout, inject AppInsightsJavaScript and render the script tag:

@inject Adliance.AspNetCore.Buddy.GuiKit.AppInsightsJavaScript AppInsightsJavaScript

@Html.Raw(AppInsightsJavaScript.Script)
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
10.0.0.13 98 6/29/2026
10.0.0.12 101 6/16/2026
10.0.0.11 224 6/16/2026
10.0.0.10 107 6/16/2026
10.0.0.9 98 6/16/2026
10.0.0.8 101 6/16/2026
10.0.0.7 101 6/16/2026
10.0.0.6 99 6/16/2026
10.0.0.5 104 6/16/2026
10.0.0.4 101 6/16/2026
10.0.0.3 104 6/16/2026
10.0.0.2 112 6/11/2026
10.0.0.1 98 6/11/2026
0.0.0.6 121 5/29/2026
0.0.0.5 106 5/29/2026
0.0.0.4 103 5/28/2026
0.0.0.3 107 5/28/2026
0.0.0.2 105 5/28/2026