Skip to content

ActivityWasNotStopped should not fire when returned from a method #369

@Vannevelj

Description

@Vannevelj

Example:

private static readonly ActivitySource Source = new(""Test"");

public static Activity? StartMyActivity()
{
    return Source.StartActivity();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions