AsyncAPI.NET icon indicating copy to clipboard operation
AsyncAPI.NET copied to clipboard

The AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET

Results 5 AsyncAPI.NET issues
Sort by recently updated
recently updated
newest added

## About the PR ### Changelog - Add: Added amazing features! - Remove: Removed tedious bugs! ### Related Issues - Closes #

asyncapi.models
asyncapi.readers
asyncapi.tests
asyncapi.bindings

I want to be able to read my AsyncAPI v3 document and get back an asynci api document.

https://github.com/asyncapi/tck

### Summary I wish for the nuget packages to have the licence expression property set correctly or atleast the url property. ### Details The licence expression property should be set...

When using NuGet package AsyncAPI.NET.Readers version 4.1.0 within a project that has strong name I get following errors: 1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not...