Steven Robbins
Steven Robbins
In our application we execute a lot of global/system scripts before we get to the "user" scripts, and most of the time its only those later scripts that we care...
I'm using the latest beta and using these two methods in an ASP.Net app, currently hosting in IIS Express: PasswordHash.ArgonGenerateSalt PasswordHash.ArgonHashBinary The code itself is working fine, but once I've...
Wouldn't run on my 10.5 box that I sync my phone to, so grabbed the source and made a small tweak to get it to build. Shouldn't have any adverse...
I have multiple workers that subscribe with the following code: ``` csharp this._bus.SubscribeAsync(this.OnMessageReceived, config => { config.WithSubscription(this._configuration["SubscriptionId"]); config.WithTopic(this._configuration["Topic"]); }); ``` When I fire the workers up for the first time...