Skip to content

PlatformNotSupportedException in ServiceAdded #12

@lathoub

Description

@lathoub

I'm using Windows 11, i run the azclient and listen for events for some service type

OnServiceAdded is called correctly, but then a PlatformNotSupportedException is thrown in BeginInvoke

public void Resolve ()
{
// If people call this in a ServiceAdded event handler (which they generally do), we need to
// invoke onto another thread, otherwise we block processing any more results.
this.resolveResult = this.resolveAction.BeginInvoke (false, null, null) ;
}

Not sure how to fix this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions