Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for file level diagnostic #4

Open
pascalberger opened this issue Aug 21, 2021 · 0 comments
Open

Support for file level diagnostic #4

pascalberger opened this issue Aug 21, 2021 · 0 comments

Comments

@pascalberger
Copy link

Labels can currently be created for a range or location consisting of line and column inside a file. It would be useful to have the possibility to create labels for a whole file.

API could look like this:

report.AddDiagnostic(
	new Diagnostic("Fix formatting")
        .WithLabel(new Label("Example/Files/Program.cs", "Code should not contain trailing whitespace")
            .WithColor(Color.Yellow)));

Label affecting a whole file could look like this:

image

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

No branches or pull requests

1 participant