This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
Merging dev into master #725
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixing SA1649: File names must match class * Adding back the suppression of most StyleCop rules except for SA1516 and SA1649 * Fixing SA1516: Elements should be separated by a blank line * Fixing some more SA1516 warnings
They don't have any AssemblyReferences and therefore won't resolve System.Object.
* Fixing SA1649: File names must match class * Adding back the suppression of most StyleCop rules except for SA1516 and SA1649 * Unsuppressing rules: SA1000 - SA1028 * Fixing SA1000 - SA1028 warnings * Unsuppressing SA1102 - SA1115 * Fixing warnings for SA1102 - SA1115 * Unsuppressing SA1100
* Unsuppressing SA1118 - SA1123 * Fixing SA1118 - SA1123 warnings * Unsuppressing SA1125 - SA1200 * Fixing warnings SA1125 - SA1200 * Unsuppressing SA1203, SA1205 - SA1217 * Fixes SA1203, SA1205-SA1217
* Unsuppressing SA1300 - SA1308 * Fixing SA1300 - SA1308 * Unsuppressing SA1311 - SA1401 * Fixing SA1311 - SA1401 * Unsuppressing SA1403 - SA1411 * Fixing SA1403 - SA1411 * Removing unnecessary GlobalSuppressions * Renaming static variables and debug message
* Add project for generating a DGML file from the results. * Capture information about the referenced assemblies for each user assembly * Introduce a graph representation of the data * Add methods to provide access to the raw number of APIs that are called (available and not) * Display the portability of the references for each assembly
* Unsuppressing SA1500, SA1501, SA1503 * Fixing SA1500: Align braces * Fixing SA1501: Statements {} should not be on a single line * Fixes SA1503 * Fixing missing braces
* Unsuppress SA1504 - SA1510 * Fixing SA1504 - SA1510 * Unsuppressing SA1511 - SA1520 * Fixing SA1512 issues * Fixing SA1513 * Fixing SA1515 * Unsuppressing SA1601 - SA1605 * Unsuppress SA1606 - SA1610
* Unsuppressing SA1612-SA1614, SA1616 - SA1620 * Fixing SA1614 * Fixing SA1616 * Fixing some inline declarations * Unsuppressing SA1621 - SA1628 * Fixing SA1623 * Fixing SA1626 * Unsuppressing SA1629-SA1632, SA1644-SA1652 * Unsuppressing SA1637 - SA1643
* Updated VSIX for Dev16 compatibility and to use AsyncPackage to load extension async * Cleaned up formatting and set projects to VS2017 compatibility * Committing an unstaged change to downgrade minimum VS version back to 15
Ubuntu14.04 Debug/Release builds won't finish because they removed those nodes from dotnet-ci. |
twsouthwick
approved these changes
Nov 20, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Changes: