Eli Arbel

Results 123 comments of Eli Arbel

It's the same feature. If Roslyn shows unimported items in the completion menu, it will add the `using` when it commits such an item.

Yeah, but wouldn't you prefer posting a PR and adding a setting?

Apparently this is a known [winget issue](https://github.com/microsoft/winget-cli/issues/2711). You can work around it by using `start RoslynPad` in PowerShell and then pinning it to the taskbar.

TBH I will probably remove csx support at some point. It's much more limited compare to top level statements, and kinda left behind.

@Azure/azure-functions-worker-owners @mattchenderson PTAL

I would also suggest migrating away from the deprecated package `WindowsAzure.Storage` which hasn't been updated since 2018. With the latest package `Azure.Storage.Blobs` you can use `DefaultAzureCredential` to authenticate.

Yeah, this is not implemented in the Avalonia version yet.