Nicholas Paldino
Nicholas Paldino
@jodydonetti Thanks for the response, but I think I'm not communicating my scenario accurately enough. Say I have a web app, entry point is an assembly: Application.Web.EntryPoint There's also a...
I am experiencing the same issue, but we're getting hundreds per hour, thousands of these errors per day. We're using Redis as a backplane and our caches are set to...
@jodydonetti Here's our package setup: ```xml ``` It occurs to me that version mismatches could be a problem here? We're running on Windows. Our code to configure looks like this:...
@jodydonetti Thanks for the hint, I should have looked deeper into the logs. There was an issue with authenticating against Redis which we've resolved, so it was not an issue...
@KanishManuja-MS I can't speak for @rossbuggins but now that `IAsyncEnumerable` is out in the wild, I think the best ask would be to support allowing controllers to return an `IAsyncEnumerable`...
I'd very much like this as well; System.Text.Json is supported by MS (and much more performant) while JSON.NET is effectively depreciated.