PowerShell / PowerShell-RFC

RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem
MIT License
429 stars 123 forks source link

September 16th 2021 Community Call #301

Closed SteveL-MSFT closed 3 years ago

SteveL-MSFT commented 3 years ago

Agenda:

Please pre-populate questions and also indicate if you have a PowerShell community demo to show!

wsmelton commented 3 years ago

What is the state and future of the PowerShell Standard Library?

The documentation published for writing a binary class library or binary module all point at using this library: (top 2 results from Bing)

If this is no longer the preferred or recommended method, at most, mark that StandardLibrary repo as archived and point folks to the right library to use.

ziabytes commented 3 years ago

Will there PowerShell be supported in Github Codespaces?

potatoqualitee commented 3 years ago

As of last week before I went on vacation,the PowerShell extension for VS Code was in particularly bad shape and has been for about two months. Is there a timeline for a short-term stability fix? Is there any version of a module on our end that we should be on? Any that version we should avoid?

How is the overall rewrite going? Do you know when there will be a beta that we can test?

Thanks, Chrissy

andyleejordan commented 3 years ago

As of last week before I went on vacation,the PowerShell extension for VS Code was in particularly bad shape and has been for about two months. Is there a timeline for a short-term stability fix? Is there any version of a module on our end that we should be on? Any that version we should avoid?

Can you elaborate on "particularly bad state?" We've been fixing issues left and right. Please open an issue and we'll see how we can help.

A new preview went out yesterday, and I'm planning to roll it into stable tomorrow.

How is the overall rewrite going? Do you know when there will be a beta that we can test?

I believe you mean the editor services pipeline project, and it is underway. It should be available in preview soon.

iSazonov commented 3 years ago
  • FileUtility demo [Steve]

What is a purpose of development of the module? It is very strange to see base shell operations in separate module. I hope for a long time that we will fix a lot of bugs in FileProvider, make it many times faster with the new .Net API, and improve the globbing and make it modern. I'm even willing to work on that. It's really depressing that these basic operations are so bad.

JustinGrote commented 3 years ago

Hopefully I will have my work emergencies sorted this time for a Pester Vscode test adapter demo, now with fancy and even speedier new PS-to-nodejs adapter!

iSazonov commented 3 years ago
  1. It seems Dashboard is not updated last month
  2. What explains the rapid increase activity on Windows in July?

image

sdwheeler commented 3 years ago

If this is no longer the preferred or recommended method, at most, mark that StandardLibrary repo as archived and point folks to the right library to use.

Here are the relevant articles:

We will look to see if these need updating.

ThomasNieto commented 3 years ago

PowerShellGet team mentioned https://github.com/PowerShell/PowerShellGet/issues/479#issuecomment-916332649 that PoweShell will be adding semantic versioning support (module system) https://github.com/PowerShell/PowerShell/issues/2983. Do you have more details and a timeframe? Without semver in the module system it causes major issues with prerelease versions. Lastly, how will PS 5.1 be handled if PSGetv3 is relying on enhancements in PowerShell 7.3+ https://github.com/PowerShell/PowerShellGet/issues/484?

SteveL-MSFT commented 3 years ago

@iSazonov regarding the PowerBI dashboard, it looks like the creds used to connect to the db expired. I've updated them and the next refresh is scheduled for tomorrow. So hopefully it'll be working again by this weekend.

iSazonov commented 3 years ago

@SteveL-MSFT Dashboard works again. Thanks!