Prerequisites
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
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
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