Add missing policies to PolicyDefinition - #281
Conversation
|
Wow, many thanks! |
However, the PR breaks public API. Upd: @zidad do you want me to fix EasyNetQ.Management.Client.approved.txt? |
internal class JsonStringEnumConverterEx
@zidad sorry for many aftercommits (I hope you'll squash all them in merge). Can you recheck and review it? |
|
Now it fails because of the last EOL symbol in EasyNetQ.Management.Client.approved.txt. |
|
Hallelujah! I'll make some more PRs (at least 1) soon. |
Sure. We will be able to release a new dev version available on NuGet. |
|
I have push a new tag, but GA is failed https://github.com/EasyNetQ/EasyNetQ.Management.Client/actions/runs/7173143825/job/19531930696. Need to generate a new key... |
| // https://github.com/dotnet/runtime/issues/31081#issuecomment-848697673 | ||
| internal class JsonStringEnumConverterEx<TEnum> : JsonConverter<TEnum> where TEnum : struct, Enum | ||
| { | ||
| private readonly Dictionary<TEnum, string> _enumToString = new Dictionary<TEnum, string>(); |
There was a problem hiding this comment.
All fields and constructor can be made static.
Based on
