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: Fix System.Diagnostics.TraceSource tests #39224

Merged
merged 2 commits into from
Jul 14, 2020

Conversation

akoeplinger
Copy link
Member

One test was using Assembly.GetEntryAssembly() which returns null on WebAssembly.
Others are testing that the output contains the stacktrace but it is empty on WASM right now.

One test was using `Assembly.GetEntryAssembly()` which returns null on WebAssembly.
Others are testing that the output contains the stacktrace but it is empty on WASM right now.
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Jul 13, 2020

Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti
Notify danmosemsft if you want to be subscribed.

Co-authored-by: Stephen Toub <stoub@microsoft.com>
@akoeplinger akoeplinger merged commit b44daef into dotnet:master Jul 14, 2020
@akoeplinger akoeplinger deleted the fix-tracesource branch July 14, 2020 09:58
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
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.

None yet

4 participants