Michael Wildman
Michael Wildman
Fixed in v0.10.0 https://www.nuget.org/packages/Saunter/0.10.0
There is no support for specification extensions today. I'd be open to accepting a PR to add it. Otherwise, I will add this to the backlog.
Instructions have been added to the example project readme https://github.com/tehmantra/saunter/tree/main/examples/StreetlightsAPI#running
This can also be fixed by specifying addKeyValueAnnotationsAsText when mapping values to keys: ```cs // e.g. CategoryId is an int column... ml.Transforms.Conversion.MapValueToKey("Label", "CategoryId", addKeyValueAnnotationsAsText: true) ```
@derberg I think that's a good idea. The project will still need active maintainers, hopefully bringing it into the asyncapi org will enable that.
@VisualBean @yurvon-screamo are either of you familiar with aspnetcore? I haven't kept up to date with the recent changes to endpoints vs middleware.
I don't think the spec supports this. Each ChannelItem has a single "publish" and/or "subscribe" operation. https://www.asyncapi.com/docs/reference/specification/v2.6.0#channelItemObject However, you can have multiple messages per operation. Try using multiple `[Saunter.Attributes.MessageAttribute]` attributes...
I agree that this (the generator package) should use the base AsyncAPI.NET package from Lego. The fork looks fine, but I'm not really sure it's mergable with all the namespace...
@MichaelEischer I'm not really sure how to add tests for this one. It would require either manually setting the file attributes or somehow setting up OneDrive on Windows?
> @m-wild Do you still want to work on this ? Planning to pick it up over the Xmas break