Soenneker.AdaptiveCard.Util 4.0.614

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.AdaptiveCard.Util --version 4.0.614
                    
NuGet\Install-Package Soenneker.AdaptiveCard.Util -Version 4.0.614
                    
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="Soenneker.AdaptiveCard.Util" Version="4.0.614" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.AdaptiveCard.Util" Version="4.0.614" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.AdaptiveCard.Util" />
                    
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 Soenneker.AdaptiveCard.Util --version 4.0.614
                    
#r "nuget: Soenneker.AdaptiveCard.Util, 4.0.614"
                    
#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 Soenneker.AdaptiveCard.Util@4.0.614
                    
#: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=Soenneker.AdaptiveCard.Util&version=4.0.614
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.AdaptiveCard.Util&version=4.0.614
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.AdaptiveCard.Util

Provides utility methods for building Adaptive Cards for Microsoft Teams and other services.

Install

dotnet add package Soenneker.AdaptiveCard.Util

Quick start

using Soenneker.AdaptiveCard.Util.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddAdaptiveCardUtilAsSingleton();

Adds IAdaptiveCardUtil as a singleton service.

What you get

  • IAdaptiveCardUtil — Provides utility methods for building Adaptive Cards for Microsoft Teams and other services.
  • AdaptiveCardUtilRegistrar — A utility library for Adaptive Card construction.

API at a glance

API What it does Result / important behavior
IAdaptiveCardUtil.Build(title, summary, facts, e, additionalBody) Builds a general-purpose adaptive card with optional summary, facts, exception details, and additional text. A fully constructed AdaptiveCard object.
IAdaptiveCardUtil.BuildTable(title, items, summary) Builds an adaptive card with a tabular layout based on a list of strongly typed items. A fully constructed AdaptiveCard representing a table.
AdaptiveCardUtilRegistrar.AddAdaptiveCardUtilAsSingleton(services) Adds IAdaptiveCardUtil as a singleton service. The same service collection, so additional registrations can be chained.
AdaptiveCardUtilRegistrar.AddAdaptiveCardUtilAsScoped(services) Adds IAdaptiveCardUtil as a scoped service. The same service collection, so additional registrations can be chained.
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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.AdaptiveCard.Util:

Package Downloads
Soenneker.MsTeams.Util

A centralized utility for sending rich, configurable Adaptive Card messages to Microsoft Teams channels via a service bus, with environment-aware filtering and dynamic content generation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.626 0 8/30/2026
4.0.624 0 8/30/2026
4.0.623 0 8/30/2026
4.0.621 0 8/30/2026
4.0.620 0 8/30/2026
4.0.619 35 8/30/2026
4.0.617 41 8/29/2026
4.0.614 80 8/29/2026
4.0.613 33 8/29/2026
4.0.612 41 8/29/2026
4.0.610 64 8/29/2026
4.0.608 357 8/26/2026
4.0.607 77 8/26/2026
4.0.606 126 8/26/2026
4.0.605 136 8/25/2026
4.0.604 204 8/22/2026
4.0.603 223 8/22/2026
4.0.602 161 8/21/2026
4.0.601 93 8/21/2026
4.0.600 489 8/18/2026
Loading failed

Improve README usability and API guidance