Sander ten Brinke

Results 65 issues of Sander ten Brinke

See the following bug report: https://github.com/dotnet/extensions/issues/5222 When a keyed service is added, app insights breaks silently (no logging is sent to app insights) or breaks with an exception when the...

bug

The full context can be found here: https://github.com/App-vNext/Polly/issues/2162. In short: Say we configure Polly to retry a HTTP request 3 times. Each time it fails, it logs an error. Say...

untriaged

## Describe the enhancement Hello. I'm trying to add a ko-fi widget to my page but I can't get it to work. ## Modifying baseof The instructions are to add...

### Is your feature request related to a specific problem? Or an existing feature? My API models use inheritance but I do not want it to generate the base classes....

feature suggestion
help-wanted

### What happened? I have the following `cosmosdb_nosql` data setup with a database and 2 containers, `conferences` and `talks`: data setup - **database** - conferences - ```json [ { "endDate":...

bug
cosmos
triage

I'm currently working on https://github.com/dotnet/aspnetcore/issues/55656, which adds a `Description` property to the attributes mentioned in the title. I had a quick look through NSwag's codebase to see if it would...

# Add Description to ProducesResponseType (and other types) for better OpenAPI documents in Controllers - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit...

community-contribution
feature-openapi
area-networking

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...

area-minimal

### Is your feature request related to a specific problem? Or an existing feature? Currently, in ASP.NET Core, the [ProducesResponseType], [Produces], and [ProducesDefaultResponseType] attributes enrich OpenAPI documentation by specifying response...

needs investigation
feature suggestion

## Why make this change? Closes #2643 The JSON schema does not contain a list of auth providers, nor does it validate the use of the `jwt` property. This results...