-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add signature parser based on Roslyn doc comments #1197
Merged
Merged
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6194fd4 - Browse repository at this point
Copy the full SHA 6194fd4View commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6481bba - Browse repository at this point
Copy the full SHA 6481bbaView commit details -
- SignatureParser -> DocumentationSignatureParser - GetSignaturePart extension moved to DocumentationSignatureParser - Inverted a condition - Added a clarifying comment about generics
Configuration menu - View commit details
-
Copy full SHA for 9deb282 - Browse repository at this point
Copy the full SHA 9deb282View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22e8ed - Browse repository at this point
Copy the full SHA b22e8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c12da - Browse repository at this point
Copy the full SHA a3c12daView commit details -
There were two issues: - Nunit doesn't like assertions inside of a TestCaseSource method. - On mono, the test infra failed to resolve the new assertion attributes
Configuration menu - View commit details
-
Copy full SHA for ebc03db - Browse repository at this point
Copy the full SHA ebc03dbView commit details
Commits on May 26, 2020
-
Factor parser for use from DynamicDependencyAttribute
- Allow parsing a signature without a member type prefix - Allow parsing a member without a type name - Allow matching multiple member kinds - Rename some public methods to more closely match linker terminology - Add a few more tests for edge cases
Configuration menu - View commit details
-
Copy full SHA for 647924d - Browse repository at this point
Copy the full SHA 647924dView commit details -
- License headers - Don't use string interpolation - Don't use extension method for GetSignaturePart - Remove unnecessary nullable context - Remove unnecessary IndexOf
Configuration menu - View commit details
-
Copy full SHA for c8613eb - Browse repository at this point
Copy the full SHA c8613ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f016525 - Browse repository at this point
Copy the full SHA f016525View 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.