AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtu...
```[tasklist] ## Tasks - [ ] Reconfirm that our Content-Security-Policy is most restrictive as possible, and that all dialogs use the policy if possible - [ ] Determine where `script`...
Can be completed after https://github.com/microsoft/AzureStorageExplorer/issues/7491 is done.
We currently write an explicit rule for each column. A lot of columns share the same sorting rules (e.g. string values are always converted to lowercase and then compared by...
In the past, message boxes were just the native OS dialogs, and the possible icons we could display were limited. We've been using custom dialogs for a while now, so...
Goal for 1.33: Have at least 5 extensions using esbuild to bundle. Get feedback from CTI on if any bugs were created, get feedback from devs on productivity improvements. ```[tasklist]...
- Don't append "(secondary)" to name directly, use `status` feature, using `useSecondaryConnection` attribute as a signal - When attaching nodes, if we detect it is secondary, then create node as...
Analyze current state of startup perf, determine if there are any places we can find improvements that we do not yet already know about. Investigation results: Startup perf has been...
Currently, we use int versions to detect whether an update is available for the current version of Storage Explorer. Because int versions always increment, this becomes problematic when patch updates...