Edit

Getting started - .NET Image

As we described in Getting Started page, an Adaptive Card is a JSON-serialized card object model. This library makes it easy to render that JSON into into a PNG image.

This package can even be used on a server to generate images, and implements all the "magic STA thread" goo for you.

NuGet install

Nuget install

Install-Package AdaptiveCards.Rendering.Wpf -IncludePrerelease

Next steps

See Render a card for the next steps!