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 9 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...

## About the PR Some tests

asyncapi.tests

## 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...

asyncapi.tests
asyncapi.bindings

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...

dependencies
asyncapi.models

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...