Noah Stahl
Noah Stahl
@victorgarciaesgi Thanks for the idea. I did reset all cache and node_modules folder, and it resolved temporarily, but then it came back after I installed another package. So it doesn't...
(I also started a [StackOverflow question](https://stackoverflow.com/questions/47681778/controlling-application-insights-javascript-injection) before I found this repo)
I switched over to relying on the environment to inject the script (Visual Studio locally and Azure App Service extension), because I never found a way to stop it. If...
Sure: System.FormatException: String was not recognized as a valid DateTime because the day of week was incorrect. Stack trace: at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style) at System.DateTime.ParseExact(String...
Given that the SendGridClient class encapsulates a HttpClient instance field, it would seem to me that using it as a singleton would at least potentially have the issues [documented ](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests)with...
No, plenty of free space and no indication of disk faults in hardware logs. Given that the workaround is to delete the database files and rebuild, and that succeeds immediately,...
Noting this just happened again, 26 days after previous occurrence. Same indications. I've not done a memory diagnostic, will still aim to do that even though I can't see the...