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

Fix CA1200 code analyzer warnings #450

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Apr 18, 2020

A spin off of #449 to fix some CA1200 "Avoid using cref tags with a prefix" warnings.

The prefixes in the code are all for simple system types, so going from the MS docs @
https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1200?view=vs-2019, they don't seen to be needed?

As well as fixing the warnings, it also makes VS intellisense display type information, where it doesn't before.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.

@piksel piksel merged commit 274df70 into icsharpcode:master Jun 19, 2020
@Numpsy Numpsy deleted the rw/code_analysis/ca1200 branch June 19, 2020 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants