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

[wasm] [debugger] Removing usage of serilog #70382

Merged
merged 2 commits into from
Jun 8, 2022
Merged

[wasm] [debugger] Removing usage of serilog #70382

merged 2 commits into from
Jun 8, 2022

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jun 7, 2022

  • BrowserDebugHost is only used by blazor
  • Serilog is used to log the chrome devtools protocol messages to a file. But this is used only if a log path is provided to BrowserDebugHost.
  • Blazor doesn't use the log path. It instead depends on the js extension for the IDE to do the logging

So, we can drop the extraneous dependency.

@thaystg
Copy link
Member Author

thaystg commented Jun 7, 2022

@akoeplinger why we have to describe each dll? Can't we include all of them?

@thaystg
Copy link
Member Author

thaystg commented Jun 7, 2022

/backport to release/7.0-preview5

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2022

Started backporting to release/7.0-preview5: https://github.com/dotnet/runtime/actions/runs/2456729433

@thaystg thaystg changed the title [wasm] [debugger] Adding serilog dlls [wasm] [debugger] Adding serilog dll's to BrowserDebugProxy package Jun 7, 2022
@thaystg
Copy link
Member Author

thaystg commented Jun 7, 2022

/backport to release/7.0-preview5

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2022

Started backporting to release/7.0-preview5: https://github.com/dotnet/runtime/actions/runs/2457108327

@thaystg thaystg changed the title [wasm] [debugger] Adding serilog dll's to BrowserDebugProxy package [wasm] [debugger] Removing usage of serilog Jun 7, 2022
@thaystg thaystg merged commit 12a6db4 into main Jun 8, 2022
@jkotas jkotas deleted the thaystg-patch-2 branch June 11, 2022 04:34
@ghost ghost locked as resolved and limited conversation to collaborators Jul 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants