Jess Chadwick
Jess Chadwick
I'm happy to do this, I just wanted to make sure noone else had anything in progress before I started.
That's fair, but in the limited scenarios I've put it through what's there seems to work pretty well. I think it's ok for the documentation to change and mature with...
This issue is more obvious (and more obviously a bug vs intended behavior) when the boolean property explicitly allows nulls. e.g. ```typescript interface UserCreateRequest { preferredDelivery: boolean | null }...
WOW, WAIT... WHAT!? Yeah, that works. But _why_?? And can we make the more "standard" `boolean | null` work as well?
Assuming noone else has looked into this, I'm getting into it right now and can send a PR when I'm done.
My short answer for why this is not currently supported: it'd be complex to do and/or require more than what MSBuild has to offer natively. While I'm not necessarily against...
This is a pretty awesome idea! Perhaps the biggest driver of NuGet.Packer is that it is an extension to the VS project itself: an MSBuild-only implementation that does not require...
Or, maybe a Visual Studio extension (ala #12) would be a good way to handle this, too!
No, you're right. Should be += 1. Thanks for all the fixes!!
> Thank you for the report! Sadly, `VS Code LM API` is in "very experimental" state, so I'm not surprised at all. > > Which provider/model are you using? >...