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

Supress GenericHost startup messages #294

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

Nefarion
Copy link

Summary of the Pull Request

What is this about:
GenericHost automatically logs certain messages to console output when starting/stopping.
This change would suppress these messages.
(Also, Ctrl+C does nothing because we are running in revit and not in a console window)

[INF] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
[INF] Microsoft.Hosting.Lifetime: Hosting environment: Production
[INF] Microsoft.Hosting.Lifetime: Content root path: <AddInDirectory>

Quality Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@Nice3point Nice3point merged commit 4049865 into jeremytammik:dev Sep 25, 2024
1 check passed
@Nice3point
Copy link
Collaborator

Thanks

Copy link

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

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

Successfully merging this pull request may close these issues.

2 participants