AsyncAPI.NET
AsyncAPI.NET copied to clipboard
The AsyncAPI.NET SDK contains a useful object model for AsyncAPI documents in .NET
## About the PR ### Changelog - Add: Added amazing features! - Remove: Removed tedious bugs! ### Related Issues - Closes #
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...
## About the PR The current AWS policy binding configuration doesn't match what is offered by AWS when configuring IAM policies. Condition and Resource are missing and Principal isn't fully...
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. Release notes Sourced from System.Text.Json's releases. .NET 8.0.5 Release What's Changed [release/8.0-staging] Fix AsyncVoidMethodBuilder race condition around SynchronizationContext by @github-actions in dotnet/runtime#99640 [release/8.0-staging] Always...
As defined in the specification under Schemas https://avro.apache.org/docs/1.9.0/spec.html#schemas Using already defined names, should be supported. This means that ```jsonc { "type": "record", "name": "LongList", "aliases": ["LinkedLongs"], // old name for...