| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
I am NOT overjoyed with this being pushed out to 7.1. The experience of Preview.6 is, in my mind, not really acceptable. I favour a working solution in PWSH 7.0 RTM. |
Sorry, something went wrong.
|
Thomas Lee (@doctordns) looks like it's targeted for 7.0 RC1, so it should definitely be in the 7.0 release as well. 🙂 |
Sorry, something went wrong.
|
Rain Sallow (/u/ta11ow) (@vexx32) thanks. I just saw Ilya (@iSazonov) had marked as 7.1.0-Preview.1. IF it goes into the RCs, and thus into RTM. I'm happy. When does this make the daily build? :) |
Sorry, something went wrong.
|
I would assume it should already be in the daily builds, since it was merged to the master branch a week or so ago. 🙂 |
Sorry, something went wrong.
|
Rain Sallow (/u/ta11ow) (@vexx32), Thomas Lee (@doctordns) master branch is now 7.1, we selectively triage and approve merged PRs to be taken to rc.1 branch. This one should be in rc.1 |
Sorry, something went wrong.
|
Steve Lee (@SteveL-MSFT) |
Sorry, something went wrong.
|
🎉v7.0.0-rc.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Currently all *-Job cmdlets try to autoload PSScheduledJob module that is not PS-Core compatible, so this autoload quietly fails, so it is a waste of resources.
Furthermore, this autoload of PSScheduledJob module creates bad user experience when WinCompat is enabled (see issue #11164 ).
Disabling this code provides solution to both issues.
Fix #11164
PR Checklist