Brett Bailey

Results 5 comments of Brett Bailey

me too :-( looks like its stuck in a loop throwing same exception over and over Anyone have a work around?

I've found a workaround which is to use a paging control to turn the page instead of rendering all pages in a with " v-for="i in numPages" It's not an...

Similar issue here, I had full compile errors in the generated code for WorkerExtensionStartupCodeExecutorInfo. Fixed with downgrade of Microsoft.Azure.Functions.Worker.Sdk from 1.16.3 to 1.16.2. thanks @m-malik15

I think the best approach would be to create an object for the alias with properties for its fields such as firstname. This would produce a useable expando and protect...

Having also fallen fowl of this I want to voice my agreement with @klemmchr. The JSON parser should be able tolerate comments properly, without silently failing. Whilst comments may not...