Sean Feldman
Sean Feldman
I suggest we close this issue. Any objections?
> @SeanFeldman on what basis? This project is driven by volunteers. I have not seen anyone peeking up this task or giving a hand to @ErikMogensen. When it comes to...
> SBE is excellent, but if MS are delivering an xplat alternative that doesn’t need the portal then SBE will naturally be replaced by the MS version @grahambunce, I don't...
An issue that doesn't add cross-platform support but will help to bring SBE closer to that state: https://github.com/paolosalvatori/ServiceBusExplorer/issues/527
[AvaloniaUI](https://avaloniaui.net/) could be another mature option, used by companies such as [JetBrains](https://twitter.com/ed__pavlov/status/1578744164870946817).
You have to have `Manage` right to list entities.
I've just tried to move _all_ settings from `local.settings.json` to user secrets and remove the file altogether but still had the following error: Missing value for AzureWebJobsStorage in local.settings.json. This...
> Can you check your csproj to see if there's a user secret id in there? ``` $(MSBuildProjectName) ``` ``` PS C:\github\> dotnet user-secrets list Values:***.Endpoints.Integration:***:ApiKey = *** Values:***.Endpoints.Integration:***:AccessToken =...
@anthonychu, want to share your spike so that I can compare and contrast?
I'll try that. Saying that, `$(MSBuildProjectName)` is an MSBuild variable every single project type recognizes. It will be really disappointing to find out Functions is "unique".