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

small clarification #23777

Closed
sterneric opened this issue Nov 6, 2021 · 1 comment
Closed

small clarification #23777

sterneric opened this issue Nov 6, 2021 · 1 comment
Assignees
Labels
Blazor doc-enhancement Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

@sterneric
Copy link

I followed most of the steps and debugging (wasm) does not work but I have reported that issue as well

It would take less time to follow the steps here if

        #if DEBUG
            Thread.Sleep(10000);
        #endif

was changed to

        #if DEBUG
            System.Threading.Thread.Sleep(10000);
        #endif

Unless system.threading is on a using statement the code, as supplied in the article, won't compile.

thanks and no follow up needed (and obviously I'm not good with c# and too jaded to try and learn it to an expert level)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added Blazor Source - Docs.ms Docs Customer feedback via GitHub Issue labels Nov 6, 2021
@guardrex guardrex self-assigned this Nov 6, 2021
@guardrex
Copy link
Collaborator

guardrex commented Nov 6, 2021

Thanks @sterneric ... I've noted this on my tracking issue for performing document overhauls in 22H1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blazor doc-enhancement Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
Archived in project
Development

No branches or pull requests

3 participants