1.0.0 • Published 4 months ago

asyncapi-dotnet-dapr-template v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Usage

Notes

Supports AsyncApi '2.6.0' AsyncApi 2.6.0 Specification: https://v2.asyncapi.com/docs/reference/specification/v2.6.0 Generator: https://v2.asyncapi.com/docs/tools/generator

How to generate code

# Generate Models
asyncapi generate models csharp .\example\asyncapi.yaml  -o test/src/Messages  --namespace 'AsyncApiDemo.Models'

# Generate services
asyncapi generate fromTemplate .\example\asyncapi.yaml ./ -o test --force-write --param namespace='AsyncApiDemo'