nats-io / nats.net.v2

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net.v2/
Apache License 2.0
202 stars 40 forks source link

Add support for Consumer Create Action #497

Closed Ivandemidov00 closed 1 month ago

Ivandemidov00 commented 1 month ago

Resolves #475

Ivandemidov00 commented 1 month ago

Fixed problem with serialize .net8 and test on create publisher action

mtmk commented 1 month ago

@Ivandemidov00 thanks for the updates. Just made a change to enum default and removed the nullable marking. I think it's easier to reason with this way.