Skip to content

S.M.A.Job2 has a protected method SetJobState(JobState state, Exception reason), which should be included in PowerShellStandard.Library but is not #102

@daxian-dbw

Description

@daxian-dbw

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

The ThreadJob module implements the abstract class Job2 and calls base.SetJobState(jobState, exception). However, when moving the build to use PowerShellStandard.Library, we found this protect method is missing.

Expected behavior

This protect method should be included in the package.

Actual behavior

It's not

Error details

Such method doesn't exist in the reference assembly included in the package.

Environment data

PowerShellStandard.Library v5.1.0 and v5.1.1

Version

v5.1.0 and v5.1.1

Visuals

No response

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