Chris Martinez

Results 12 issues of Chris Martinez

It would be great if this crate supported _Tool_ packages as well. This _could_ be solved by #30 if it was available, but first-class support would be better. I believe...

Fixes issues reported in 6.0 Preview 3: - #823 - #830 - #837 - #839

## Background and Motivation The implementation of `DefaultProblemDetailsWriter` strictly enforces that `ProblemDetails` are only written if `Accept` is present and can be content negotiated. This is contrary to the HTTP...

api-suggestion
api-ready-for-review
area-web-frameworks

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The `ProblemDetailsService` implementation uses the last registered `IProblemDetailsWriter` where `CanWrite`...

area-web-frameworks

# Fix Reported API Version Groups - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnet-api-versioning/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://dotnetfoundation.org/code-of-conduct). - [x] You've included unit or integration tests for your change, where applicable....

# Correct Sunset Policy Resolution - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnet-api-versioning/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://dotnetfoundation.org/code-of-conduct). - [x] You've included unit or integration tests for your change, where applicable. -...

The template instructions indicate that when setting up a new repository: >_Set "Workflow permissions" to "Read and write permissions" [in the repository settings](https://github.com/martinthomson/internet-draft-template/settings/actions#actions_default_workflow_permissions_write)._ This is unnecessarily permissive and applies to...

First, thanks for a great library. This is exactly what I was looking for. In my use case, I'm parsing nested HTTP messages in a multipart document. I've looked at...

## Overview The implementation of [SwaggerGenerator.cs](../blob/master/src/Swashbuckle.AspNetCore.SwaggerGen/Generator/SwaggerGenerator.cs) should consider all relevant metadata provided by API explorers. The following information is not currently mapped in all **NonBodyParameter** scenarios: * **Required** - this...

p1
stale

## Motivation There are a of number data types that have binary encodings which cannot be expressed in `prost`. The most obvious is UUID. An attempt was made provide this...