JT
JT
Just a note that S.T.J includes an overload that accepts a stream in .NET 6, so the example above can be simplified down to: ```cs public class SystemJsonSerializer : ISerializer...
> probably wouldn't make the Blazor and Xamarin folks in this thread very happy Anyone using Blazor is using at minimum .NET Core 3.1 which already includes S.T.J so that...
If the version consumed by Flurl is newer than the bundled version then yes, that's true. Adding the additional target would avoid the problem altogether.
> I'm searching for why all my flurl calls are suddenly returning values without the property being set, but so far, every call is returning null for all properties. If...
I'll investigate this at some point, but I'd recommend using the security extensions that will stub out authentication within the Alba project: https://jasperfx.github.io/alba/guide/security.html
@jofftiquez Are these PRs going to be merged in any time soon? They're all a good bump in this package's usability.
I added a potential fix for this issue, however I'm unsure what the behavior should be if the fallback route itself has no `can` meta, without a check in place...
Shouldn't this be resolved once #471 is merged in? Per the v2.0.0 changelog: > Requires Import: The Azure Provider now checks for the presence of an existing resource prior to...
I just stumbled upon this as I was looking at the producer implementation. You don't really want to use `Wait()` in any modern .NET as it's a sync-over-async wait (see...
Is this fixed in the latest 2.7 release? I noticed there is handful of reactivity changes.