-
Notifications
You must be signed in to change notification settings - Fork 230
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
Fix Prefix property and init of Tags collection in AndOperator (#782) #853
Conversation
@martijn00 I'm sorry, but I can't complete the PR. I need to do something else? 😅 |
@leprox43 you need to wait for @ebozduman to review it now. |
ok, thanks @martijn00 |
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.
LGTM
@leprox43 can you rebase the PR to the latest master branch? |
@martijn00 done |
@leprox43 can you use Rebase instead of Merge? |
@martijn00 sorry, i'll do now |
ok @martijn00, now i have done it |
Nice work! Let's wait for @ebozduman to merge this. |
Please run |
@ebozduman i have rebase the branch and run the tool to format AndOperator.cs file |
minio-dotnet DON'T generate the xml node
<Prefix/>
inside the node because ofPrefix
property is marked asinternal
instead ofpublic
.Resolve also missing initialization of
Tag
property when using the constructor withIDictionary<string, string>
object for tags