Skip to content

small clarification #23777

@sterneric

Description

@sterneric

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions