October 21st 2021 Community Call
theJasonHelmick opened this issue · 4 comments
Agenda:
- PowerShell 7.2 RC1
- Update: PowerShell Gallery - ARM Migration
- Update: PowerShellGet
- Update: DSC v2/v3
- Crescendo Preview 4
- Update: VSCode pipeline work
- Update: Documentation
Please pre-populate questions and also indicate if you have a PowerShell community demo to show!
I hope the working groups continue to expand?
I made a proof of concept of using C# 10 record structs in Powershell 7.2 that might make a fun quick demo:
https://gist.github.com/JustinGrote/d3cc6baf626bb04bf6d965c3df8a6371
Edit: can't demo, need to take partner to med appt. but should be able to be on the call.
I made a proof of concept of using C# 10 record structs in Powershell 7.2 that might make a fun quick demo: https://gist.github.com/JustinGrote/d3cc6baf626bb04bf6d965c3df8a6371
Curious. Is there a way (with CodeDom maybe?) to use the C# 10 compiler in PS 5.1?
@essentialexch Since PS5.1 uses .NET framework and not .NET core I wouldn't hold out hope...