-
Notifications
You must be signed in to change notification settings - Fork 129
Community Call for Feb 20th, 2020 #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
New RFC for formatting and type extension DSL to remove the need to use XML. #241 |
Could we see SQLCLI-like intellisense dropdowns for PowerShell in the Microsoft Terminal? |
@Ayanmullick Please open issue in PowerShell repo to discuss SQLCLI-like intellisense |
It would be nice to get new meta issue with Plan to next milestone. (Then link issues and projects with the plan). (It's okay if this public plan changes over time.) My personal preferences:
|
First, I love the .NET Interactive/.NET PowerShell Notebook!! Good Job!! Here's my list:
What's the story about the PSScheduledJob module in PowerShell 7? Is it going to be fixed?
:) |
Just a quick question. GitLab.com now has Windows Shared Runners (https://about.gitlab.com/blog/2020/01/21/windows-shared-runner-beta/) the preinstalls include Chocolatey (https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/blob/master/cookbooks/preinstalled-software/README.md) I am assuming the community would like to see PowerShell 6 / 7 on there as well? If so I can open an issue and advocate for the community. |
Just an FYI. I update my .NET Interactive to use PowerShell 7 RC 2 instead ot RC1 using:
It did works in Jupyter PowerShell Notebook showing RC2. But, when using Windows Terminal, it didn't update the entry to use RC 1. :( |
We talked in the December community call #238 (comment) being unable to update from prerelease binary modules to stable. Anyone who has PSReadline 2.0 prerelease will not be able to update to stable. |
It took extra steps, but I was able to update. There was a thread with Steve on Twitter where we went through it. |
Do you have the link? The extra steps could be avoided if they release a small bug fix release 2.0.1. |
Lest week I worked with a colleague that is used to ISE, I convinced him to use the VSCode preview extension. In short he was not impressed by the experience... |
@Ayanmullick see https://github.com/Azure/AutoRest for cmdlet generation |
Nice work on the cmdlet/module history. It would be nice to have a similar page for language changes (operator additions). Ditto for having PSSA detect these as well. |
@Ayanmullick Can you please open the issue in the PSReadLine repo instead? Thanks! |
On the formatting and type extension DSL. I have a working prototype with the formatting keywords. I hope to release it publicly after getting some more feedback. |
|
I think there's concern that changing the underlying JSON library for those cmdlets may change some behavioural cases for JSON, and given the importance of those cmdlets in web contexts, creating a list of small differences that we can't fix easily (because it occurs in code that isn't ours) is risky. But, I think there's a good case to use the JSON library in .NET for things like the configuration JSON and other in-engine JSON functions. |
You all Rule guys!! BTW including the Graph feature in .NET Notebook could be a winner. Yes!! Plotting. |
@daxian-dbw , @iSazonov , Submitted PowerShell/PSReadLine#1362 |
@rjmholt I expect that with .Net Core 5.0 many web services and applications (including Azure!) will migrate from NewtonSoft API to new API and in any case we will catch compatibility issues and we will have to think how resolve this. .Net Core 5.0 have a compatibility mode for this (auto switch to NewtonSoft API). Today I don't know that is best way for PowerShell but I an sure that we must start as soon as possible in order to get feedback early. |
Just looking through these old notes... I'm not sure I understand something. I thought dotnet-try was a C# thing. What does it got to do with PowerShell? Also, what is the Graph feature of Jupyter PowerShell notebooks? Thanks! |
Please pre-populate topics/questions here. We'll also use this for the live chat.
Agenda:
The text was updated successfully, but these errors were encountered: