-
Notifications
You must be signed in to change notification settings - Fork 82
Add missing policies to PolicyDefinition #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
Pliner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All fields and constructor can be made static.
Based on
