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

WiX v4 ignoring WarningLevel Property #7785

Open
chrpai opened this issue Oct 13, 2023 · 2 comments
Open

WiX v4 ignoring WarningLevel Property #7785

chrpai opened this issue Oct 13, 2023 · 2 comments
Labels
up for grabs No one volunteered to fix the issue. If you are interested, comment with "I want to fix this issue" wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first

Comments

@chrpai
Copy link

chrpai commented Oct 13, 2023

  • Which version of WiX are you building with?

4.0.2

  • Which version of Visual Studio are you building with (if any)?

17.7.5

  • Which version of the WiX Toolset Visual Studio Extension are you building with (if any)?

Heatwave 1.0.1.1

  • Which version of .NET are you building with?

.NET 7

  • Describe the problem and the steps to reproduce it.

Create a wix installer that generates warnings such as WIX5437 WIX5437. Build it using the command

dotnet build foo.sln -v quiet --property WarningLevel=0

  • Describe the behavior you expected and how it differed from the actual behavior.

I expected the build log to not contain warnings however it still does.

@chrpai chrpai added the triage label Oct 13, 2023
@barnson barnson added up for grabs No one volunteered to fix the issue. If you are interested, comment with "I want to fix this issue" wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first and removed triage labels Oct 17, 2023
@barnson
Copy link
Member

barnson commented Oct 17, 2023

0 could suppress all warnings; other values don't make sense for WiX.

@chrpai
Copy link
Author

chrpai commented Oct 18, 2023

I'd like to apologize for misreading yesterday. Bob's comment is perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up for grabs No one volunteered to fix the issue. If you are interested, comment with "I want to fix this issue" wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first
Projects
None yet
Development

No branches or pull requests

2 participants