-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Corrected documentation for InspectCode Alias #1026
Conversation
Hi @pmiossec, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! TTYL, DNFBOT; |
/// Profile = "./MySolution.sln.DotSettings", | ||
/// MsBuildProperties = msBuildProperties, | ||
/// OutputFile = resharperReportsDirectory + File("inspectcode-output.xml"), | ||
/// ThrowExceptionOnFindingViolations = true, |
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.
Last coma can be trimmed.
Replace ';' by ',' in C# object initializer
@pmiossec LGTM 👍. Left a minor comment, adjust, squash/rebase commit and I'll merge:+1: |
2159a5a
to
3150fb9
Compare
done On 1 July 2016 at 22:33, Mattias Karlsson notifications@github.com wrote:
|
@pmiossec merged, thanks for contributing 👍 |
No problems ;) |
Replace ';' by ',' in C# object initializer