Ralph Jansen

Results 8 issues of Ralph Jansen

Hi, I'm trying to help with the following [issue](https://github.com/Jusas/NSwag.AzureFunctionsV2/issues/5) that generates documentation via NSwag in Azure Functions v2. I know what the problem is but I need to determine where...

enhancement
help wanted

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.10.0 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating scopes/roles) ### Token cache serialization In-memory...

bug
P2

I have a class with [PrimaryKey attribute](https://learn.microsoft.com/en-us/ef/core/modeling/keys?tabs=data-annotations#configuring-a-primary-key) for a composite key. I see in the documentation that composite keys should work with multiple `Key` and `Order` attributes. _Primary key on...

**Describe the bug** In SDK v4 we could do the following call: ```C# var user = new(){...} var result = await graphClient.Users.Request().Select("mailNickname").AddAsync(user); ``` This would create a new user with...

Bug: metadata
OpenApi

Hi, I know there is a [known issue](https://github.com/Jusas/NSwag.AzureFunctionsV2/wiki/Known-issues#xml-documentation) about the XML documentation in Azure. I want to help. Do you know where the xml document is added. I think this...

Allow multiple xml files. You use this when you have in example your models in a separate class library. I updated your test project for clarity. You need to make...

I'm trying to setup a pipeline for multiple repositories. My setup is as follow: Repo 1: config file: .azuredevops/dependabot.yml pipeline yaml file: ```yml - task: dependabot@1 displayName: repo 2 inputs:...

### Documentation related to component Microsoft.Identity.Web ### Please check all that apply - [ ] typo - [x] documentation doesn't exist - [ ] documentation needs clarification - [ ]...

documentation