Justin Adler
Justin Adler
Sorry @pascalandy - i was meaning via some text/post comment-update. Not just a tag that feels like it's lost in the backlog. I should have been more verbose with my...
The reason the user-secrets _are not_ getting loaded is because the _default_ implementation doesn't support them. To enable user-secrets, there's a few steps required. (NOTE: i've ommited any user-secrets nuget...
@sintetico82 user-secrets (aka. `secrets.json`) are not the same as environmental variables. This is why you don't see the content of the user secrets in `Environment.GetEnvironmentVariables()`. These are two _different/independent_ stores/providers.
> Also, so you're aware, we are planning on pulling out EF from being installed by default hopefully landing in the v3 major release. Yes! .. and good :) >...
❤️ RavenDB! That said, RavenDb does have an inmemory version which is actually a -real- version (not 'in-memory like EntityFramework which is not like a real version of a db)...
I've had some grief with this issue for a while. Last night I [posted a tweet](https://twitter.com/purekrome/status/1202194551743451136) about this and @VisualStudio said to create a feedback request, [which I did](https://developercommunity.visualstudio.com/idea/844362/vs-propertieslaunchsettings-and-vscode-vscodelaunc.html). This...
@arjunsol Can you use RabbitMQ for localhost dev and switch over to ASB for staging/prod ? Absolute PITA but ... a workaround.
@ggirard07 localhost scenario == rabbitmq is like an emulator. It's not a mock as in .. the code does literally interact with it. It's a dependency. staging/prod == ASB. so...
> It would probably be a lot closer to use a localhost AMQP1.0 broker Um ... er .. all i've researched is using RabbitMQ and have no idea (yet) what...
Hi @jzielke - sorry mate, I sorta don't understand the question. So - you have your _own_ OAuth server and your own OAuth server is returning 2x `?` It's easier...