Jeff Handley

Results 87 comments of Jeff Handley

For reference, here's the PR that introduced this logic: #18815

Ah, you're right @Youssef1313! The key section is here: https://github.com/dotnet/designs/blob/main/accepted/2021/preview-features/preview-features.md#meaning-of-property-in-multi-targeted-projects This design detail was intended to handle scenarios around preview features that ship as part of the .NET SDK. The...

Thanks for the feedback! I haven't updated the tutorial to keep up with those changes. Would you be interested in adding a pull request to get it to to date?

:+1: This would be really helpful! I was testing through the `yo fluxible` sample app but I'm finding that sample app actually has some bugs itself, which is making it...

@MadsTorgersen / @stephentoub / @tannergooding -- Is there anything remaining open on this, or can this issue be closed out?

@MadsTorgersen / @tannergooding Can this issue be closed now?

@michaelgsharp or @JakeRadMSFT -- Was this completed with #6409, or is there more to do here still?

Hey folks. There was an offline conversation around this as well, which identified [Update to .NET 8 Preview 4 (#19696) · PowerShell/PowerShell@ebe0b54](https://github.com/PowerShell/PowerShell/commit/ebe0b543408e61bc746258698d566fd95a7036a8#diff-a790432ad330e30321f3e3e10096ee86842bbf6594a7244bc21e0a83685ab884) as the potential change that caused the difference...

@LangSensei For handling deserialization as well, you'll want to introduce a proxy type that represents the serialized PSObject so that you don't need to parse the JSON tokens yourself and...

I defer to the PowerShell folks for that question, but there's a balancing act here. Trying to centrally address this in the SDK can actually be a lot more risky...