-
Notifications
You must be signed in to change notification settings - Fork 341
Suppress assembly architecture, assembly conflict and restore warnings #3323
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -68,6 +68,8 @@ | |||||
| <When Condition="$(TestProject) == 'true'"> | ||||||
| <PropertyGroup> | ||||||
| <GenerateDocumentationFile>false</GenerateDocumentationFile> | ||||||
| <!-- Suppress warnings about testhost being x64 (AMD64)/x86 when imported into AnyCPU (MSIL) test projects. --> | ||||||
| <NoWarn>$(NoWarn);MSB3270</NoWarn> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need both this and the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't suppress this warning in each project, just in some. This is blanket suppression for all TestProjects.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry I wasn't clear. I meant do we need both
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Do I get it correctly that you want me to do this ^^^ ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or the other way around depending on which of the 2 property has wider area but yes :) |
||||||
| </PropertyGroup> | ||||||
|
|
||||||
| <!-- Test projects are not discovered in test window without test container capability --> | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.