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
<PackageReference Include="Adliance.AspNetCore.Buddy.GuiKit" Version="10.0.0.13" />
<PackageVersion Include="Adliance.AspNetCore.Buddy.GuiKit" Version="10.0.0.13" />
<PackageReference Include="Adliance.AspNetCore.Buddy.GuiKit" />
paket add Adliance.AspNetCore.Buddy.GuiKit --version 10.0.0.13
#r "nuget: Adliance.AspNetCore.Buddy.GuiKit, 10.0.0.13"
#:package Adliance.AspNetCore.Buddy.GuiKit@10.0.0.13
#addin nuget:?package=Adliance.AspNetCore.Buddy.GuiKit&version=10.0.0.13
#tool nuget:?package=Adliance.AspNetCore.Buddy.GuiKit&version=10.0.0.13
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 | Versions 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. |
-
net10.0
- Adliance.AspNetCore.Buddy.GuiKit.BuildTasks (>= 10.0.0.5)
- Adliance.Buddy.CodeStyle (>= 8.0.0.10)
- Microsoft.ApplicationInsights.AspNetCore (>= 3.1.2)
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 |