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

Investigate logs forwarding needs #10074

Open
JanKrivanek opened this issue Apr 24, 2024 · 0 comments
Open

Investigate logs forwarding needs #10074

JanKrivanek opened this issue Apr 24, 2024 · 0 comments

Comments

@JanKrivanek
Copy link
Member

Context

Currently the BuildCheckLoggerConnector relies on pre-existing build events forwarding functionality. This works since CentralForwardingLogger is being used for unrecognized loggers - which forwards all the events, plus sets the MinimumRequiredMessageImportance to Low (on additional msbuild nodes)

It however might lead to over-excessive emiting and trnsmission of events, which might have negative impact on perf.

Need to investigate

  • Can we influence the forwarding even during the build? Currently those seem to be set prior the build starts. But we'll discover the opt-ins, configurations and custom analyzers only during the evaluation of individual projects

References

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

No branches or pull requests

1 participant