David Seng

Results 7 issues of David Seng

I tried the `AddMvcDependencyResolver` as demonstrated in the `GETTING_STARTED.md` but it does not appear to work as expected. I added the Mvc Package (have been using the base fine in...

bug
fix-verification-needed

The `GetServices` call causes an NRE to happen when nothing can be resolved from the container. [This issue](https://github.com/simpleinjector/SimpleInjector/issues/105) is similar; coalescing an empty enumerable appears to resolve the issue.

bug
fix-verification-needed

https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/1b305b81fe058f2047c90fbbb7f1a5948f4224c3/docs/teams_extension.md?plain=1#L111C1-L133C42 The documentation says to search for "enterprise chat". This no longer returns results. The search should be for "chat with data". The screenshots also need to be updated to...

stale

Given the function ```csharp using System.Net; using System.Net.Mime; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.Functions.Worker; using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Abstractions; using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes; using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Resolvers; using Microsoft.Extensions.Logging; using Microsoft.OpenApi.Models; using Newtonsoft.Json.Serialization; namespace PocApiDescFunction; public class...

- Azure Functions SQL Extension or Extension Bundle Version: c# net8 isolated function Microsoft.Azure.Functions.Worker.Extensions.Sql;3.1.284 - Is this a deployed or local function: either - What type of Database are you...

Attempting to make modifications to a large spreadsheet. When I `SaveAs` the spreadsheet, an exception occurs b/c filter type is none in one of the unrelated sheets involved in the...

Had two issues when working with a fairly complex spreadsheet. 1. `XLFilterType.None` is NotSupported #2629 2. Janky formulas won't allow save. (did not create an issue for this yet.)