Uh oh!
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.
S.M.A.Job2 has a protected method SetJobState(JobState state, Exception reason), which should be included in PowerShellStandard.Library but is not #102
Prerequisites
Steps to reproduce
The
ThreadJobmodule implements the abstract classJob2and callsbase.SetJobState(jobState, exception). However, when moving the build to usePowerShellStandard.Library, we found this protect method is missing.Expected behavior
This protect method should be included in the package.Actual behavior
It's notError details
Such method doesn't exist in the reference assembly included in the package.Environment data
Version
v5.1.0 and v5.1.1
Visuals
No response