Matt Parker

Results 18 issues of Matt Parker

Currently, additionalProperties are generated like a dictionary, regardless of the `"style" = "deepObject"` #### example parameter from openapi spec ```json { "name": "attributes", "in": "query", "required": false, "explode": true, "style":...

A Content Security Policy or ad blocker may block downloading the `ai.3.gbl.min.js` file, but the init proceeds regardless. It will cause the dreaded red blazor error bar if the js...

**OS/device including version:** Godot 4.3 Windows 11 24H2, 14700K RTX 4080, 565.90 **Issue description:** When you kill an enemy for the first time (after having shot him a few times),...

bug

Cc: Hi There is a bug when enforcing `CodeAnalysisTreatWarningsAsErrors>true` https://github.com/dotnet/roslyn/issues/55526 https://github.com/Lombiq/.NET-Analyzers/issues/71 https://stackoverflow.com/questions/74520406/devops-build-reporting-ide0055-errors-while-local-build-does-not We have ignored the warning is the `Extensions.cs` file for now. Search for `TODO: Investigate and fix IDE0055...

Type: Bug

cc: @captainsafia Nullable query parameters are not generated as nullable in OpenAPI Document, such as: ```csharp group.MapGet("long", (long? myLong) => { }) .WithName("NullableLong"); ``` becomes: ```json "get": { "tags": [...

feature-openapi
area-minimal

It would be nice if it were possible to reference .wit files from outside the .csproj directory, such as: ```xml ``` However this doesn't currently seem to generate the bindings....

On macOS, GUI applications launched via launchd (such as apps opened from Finder or the Dock) do not inherit the shell's PATH environment variable. As a result, the directory `/usr/local/share/dotnet`...