Adliance.AspNetCore.Buddy.GuiKit.Madx 10.1.0.26

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

Adliance.AspNetCore.Buddy.GuiKit.Madx

This is a branded version of Adliance.AspNetCore.Buddy.GuiKit for MADX. It bundles the MADX theme, logo, and layout on top of the base GuiKit package, so applications built for MADX get consistent branding without having to assemble the assets themselves.

Setup

Reference the package and add the tag helpers to your _ViewImports.cshtml:

@addTagHelper *, Adliance.AspNetCore.Buddy.GuiKit

Use _MadxCommonLayout.cshtml as the layout for your views:

@{
    Layout = "_MadxCommonLayout";
}

The layout references the bundled MADX CSS/JS (b.css/b.js) and renders the MADX logo, so no further setup is required to get the MADX look and feel.

What's included

  • MADX color theme and CSS overrides on top of the base GuiKit styles
  • MADX logo and brand assets
  • A shared Razor layout (_MadxCommonLayout) pre-wired with the MADX branding
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.1.0.26 62 8/6/2026
10.1.0.25 81 8/6/2026
10.1.0.24 85 8/5/2026
10.1.0.23 80 8/5/2026
10.1.0.22 78 8/5/2026
10.1.0.19 83 8/4/2026
10.1.0.18 82 8/4/2026
10.1.0.17 80 8/4/2026
10.1.0.15 116 7/23/2026
10.1.0.14 96 7/22/2026
10.1.0.13 96 7/20/2026
10.1.0.12 98 7/20/2026
10.1.0.11 95 7/20/2026
10.1.0.10 95 7/18/2026
10.1.0.9 94 7/18/2026
10.1.0.8 94 7/18/2026
10.1.0.7 85 7/18/2026
10.1.0.6 89 7/18/2026
10.1.0.5 95 7/18/2026
10.1.0.4 95 7/18/2026
Loading failed