Casey Boyle
Casey Boyle

Hey there Gleb, Thanks for all of your work! Thought maybe you could help: it seems when running cypress open-ct, static files are not served even when setting "fileServerFolder": "public"...
## Issue Description ## Attaching the debugger to an Azure Functions Core Tools running process (dotnet runtime - not dotnet-isolated) seems to attach for a second or two and then...
Throws a KeyNotFoundException when creating a context. (reference this post http://forum.aspnetboilerplate.com/viewtopic.php?p=2713)
I'm on Mac. I have 2 machines and I upgraded core tools on one of those machines and SSL certs stopped being served up. Running my function app using the...
Hey thanks for the SDK its useful, however we are finding several gaps that we'd like to be able to include ourselves such as retry policies and things of that...
Hey guys, this issue was closed awhile back but it shouldn't be. Forcing people to put a retry on a function just because it sometimes returns a 0 response code...
# Mapster.Tool update to solve issue #714 ## TL; DR Replace Assembly.LoadFrom calls with something more robust that prevents assembly/type collisions between the assemblies in the running Mapster.Tool process (such...
This is a similar issue to #635 in that an assembly is not being loaded when running Mapster.Tool 8.4.1-pre-1, but the error message is slightly different. In #635 there is...
### Describe the problem The documentation gives examples on how to mock headers for app router based Next.JS, but not how to use the draftMode mock. ### Additional context _No...