Skip to content
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

Adds support for newly bumped up Meziantou.Analyzer #984

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

ebozduman
Copy link
Collaborator

Bumping Meziantou.Analyzer from 2.0.127 to 2.0.136 PR #983 caused dotnet build to fail due to some code Analyzer complained about.
This PR is for these changes.

@ebozduman ebozduman merged commit b5a3090 into minio:master Jan 17, 2024
7 checks passed
@ebozduman ebozduman deleted the bump-Analyzer-issues branch January 22, 2024 17:22
@@ -54,7 +53,7 @@ public ReplicationConfiguration(string role, Collection<ReplicationRule> rules)

[XmlElement("Role")] public string Role { get; set; }

[XmlElement("Rule")] public Collection<ReplicationRule> Rules { get; set; }
[XmlElement("Rule")] public ICollection<ReplicationRule> Rules { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ebozduman XML needs a concrete type. Setting this to an interface might break things?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants