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

Generate proper default settings for EnableCodeCoverage #1390

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Generate proper default settings for EnableCodeCoverage #1390

merged 1 commit into from
Jan 29, 2018

Conversation

mayankbansal018
Copy link
Contributor

Description

Generate proper default settings for EnableCodeCoverage
Add appropriate CodeGenerated attribute for netcore projects

Related issue

Fixes #813.

@mayankbansal018 mayankbansal018 merged commit e465f47 into microsoft:master Jan 29, 2018
@@ -63,6 +63,7 @@
<ItemGroup Condition="'$(Language)'=='C#'">
<Line Include="// &lt;auto-generated&gt; This file has been auto generated. &lt;/auto-generated&gt; "/>
<Line Include="using System%3b "/>
<Line Include="[System.CodeDom.Compiler.GeneratedCode(&quot;Microsoft.NET.Test.SDK&quot;, &quot;15.6.0&quot;)] "/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: #792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants