Bart Koelman

Results 95 issues of Bart Koelman

## Description {A detailed description} Fixes #{bug number} ## Quality checklist - [ ] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). - [ ] You've updated unit and/or integration tests...

When the `boundary` parameter in the `Content-Type` HTTP header field is surrounded by double quotes, the request is rejected by the server with error 500. As explained at https://developers.de/blogs/damir_dobric/archive/2013/09/10/problems-with-webapi-multipart-content-upload-and-boundary-quot-quotes.aspx, doing...

When the parameters in the `Content-Disposition` HTTP header field are not surrounded by double quotes, the request is rejected by the server with error 500. According to https://datatracker.ietf.org/doc/html/rfc5987#section-3.2.2, unquoted values...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I've implemented an `IServiceEndpointProvider` that doesn't use `IChangeToken`. I would...

untriaged
area-ai-templates

I've tried to set the MSBuild property `NuGetAudit` (see below), but it doesn't suppress the warnings. ```json { "$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json", "metadata": [ { "src": [ { "files": [ "src/*/src/*/*.csproj" ],...