netbitshift

Results 3 issues of netbitshift

Trying to convert this app from client-side to server-side. I believe I have everything changed over - Index.html in /wwwroot using _framework/blazor.server.js instead of blazor.webassembly.js - Server project, in Startup.cs,...

If one were to use server-side Blazor, how would this affect the use of JWT? I'm starting with a server-side project with the intention of later switching to webassembly. In...

question

**Describe the issue** following this example https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/enable-open-api-endpoints-out-of-proc.md Only thing I added to my program.cs was `.ConfigureFunctionsWorkerDefaults(worker => worker.UseNewtonsoftJson())` **To Reproduce** Setup a new Azure v4 function app using .net 8...