Christoph De Baene
Christoph De Baene
I get an error when calling `ToJson`. I don't understand why it works fine when the type is simply Customer, but I encounter an error when it's a list. ```csharp...
When using `init` accessors or primary constructors on records inside a custom (*.nt.cs) function ```csharp public class Sum { public int X { get; init; } public int Y {...
### Library name and version Azure.AI.FormRecognizer 4.1.0 ### Query/Question We are using Document Intelligence as a [container](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/install-run?view=doc-intel-3.1.0&preserve-view=true&tabs=read). How can we use `DocumentAnalysisClient` without passing `AzureKeyCredential` or `TokenCredentials` for accessing it...