Skip to content
This repository was archived by the owner on Sep 25, 2026. It is now read-only.
This repository was archived by the owner on Sep 25, 2026. It is now read-only.

Output illink messages without --verbose #1030

Description

@marek-safar

We need to propagate msbuild verbose level (-verbosity:level option) into illink.

The proposed mapping between msbuild verbosity and MessageCategory

q[uiet] >= MessageCategory.Error (not sure about this one)
d[etailed] >= MessageCategory.Info
diag[nostic] >= MessageCategory.Diagnostic

This should be done for illink task only, the command line interface for illink should still use -v to print everything

@vitek-karas how do you plan to use warning? If we go with an explicit -nowarn option we would need to expose that on VS UI.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions