-
Notifications
You must be signed in to change notification settings - Fork 468
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
(2/4) Override Stream ReadAsync/WriteAsync Analyzer #4726
Merged
Merged
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a67832e - Browse repository at this point
Copy the full SHA a67832eView commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbc706d - Browse repository at this point
Copy the full SHA fbc706dView commit details
Commits on Jan 21, 2021
-
Add ProvideStreamMemoryBasedAsyncOverrides analyzer
Fix issue #33789
Configuration menu - View commit details
-
Copy full SHA for 8b9cf92 - Browse repository at this point
Copy the full SHA 8b9cf92View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6604e7 - Browse repository at this point
Copy the full SHA b6604e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1d3b9 - Browse repository at this point
Copy the full SHA fe1d3b9View commit details
Commits on Jan 22, 2021
-
Update src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Runtime/Prov…
…ideStreamMemoryBasedAsyncOverrides.cs Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f667a7 - Browse repository at this point
Copy the full SHA 4f667a7View commit details -
If there are multiple definitions of the same overridden method, the analyzer can crash due to uses of `SingleOrDefault` instead of `FirstOrDefault`. To fix, I refactored `GetOverload` and `GetSymbolForOverridingMethod` into immutable-array-returning methods, and simply used `FirstOrDefault` or `SingleOrDefault` at each call-site as appropriate.
Configuration menu - View commit details
-
Copy full SHA for 8940025 - Browse repository at this point
Copy the full SHA 8940025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f64c5e - Browse repository at this point
Copy the full SHA 3f64c5eView commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f91a7f0 - Browse repository at this point
Copy the full SHA f91a7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f072328 - Browse repository at this point
Copy the full SHA f072328View commit details -
Configuration menu - View commit details
-
Copy full SHA for faac3a8 - Browse repository at this point
Copy the full SHA faac3a8View commit details
Commits on Jan 24, 2021
-
Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1940995 - Browse repository at this point
Copy the full SHA 1940995View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7123f46 - Browse repository at this point
Copy the full SHA 7123f46View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3925794 - Browse repository at this point
Copy the full SHA 3925794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761578e - Browse repository at this point
Copy the full SHA 761578eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e6374 - Browse repository at this point
Copy the full SHA a4e6374View commit details -
Configuration menu - View commit details
-
Copy full SHA for f481548 - Browse repository at this point
Copy the full SHA f481548View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2dc2cc - Browse repository at this point
Copy the full SHA b2dc2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516e775 - Browse repository at this point
Copy the full SHA 516e775View commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31b78e9 - Browse repository at this point
Copy the full SHA 31b78e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a320e17 - Browse repository at this point
Copy the full SHA a320e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eda27 - Browse repository at this point
Copy the full SHA 81eda27View commit details
Commits on May 17, 2021
-
Fix possible crash when primitive types can't be loaded
Configuration menu - View commit details
-
Copy full SHA for f70c6d8 - Browse repository at this point
Copy the full SHA f70c6d8View commit details
Commits on May 18, 2021
-
Use simple names in diagnostic messages
- Remove usages of `MinimallyQualifiedFormat` - Change message so it makes sense with simple names
Configuration menu - View commit details
-
Copy full SHA for 94ee770 - Browse repository at this point
Copy the full SHA 94ee770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7967b - Browse repository at this point
Copy the full SHA 4d7967bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.