Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Fixing FxCop issues #567

Merged
merged 3 commits into from
Jan 31, 2018
Merged

Fixing FxCop issues #567

merged 3 commits into from
Jan 31, 2018

Conversation

conniey
Copy link
Member

@conniey conniey commented Jan 31, 2018

  • Fixing CA3053 issues with XmlSecureResolver
  • Fixing globalisation issues with interpolated strings

* For each FormattableString, specify a culture or invariant

* Suppress CA3053 because of the false positives
@conniey conniey changed the title Fixing CA3053 XmlResolver issue (#566) Fixing FxCop issues Jan 31, 2018
@@ -114,7 +115,9 @@ private void Load(Stream stream, string path)
XmlResolver = null
};

schemas.Add(null, XmlReader.Create(xsdStream, xmlReaderSettings));
var reader = XmlReader.Create(xsdStream, xmlReaderSettings);
Copy link
Member

Choose a reason for hiding this comment

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

this should be disposed, but not a blocker for now

@conniey conniey merged commit 3995a05 into master Jan 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants