Daniel White

Results 25 issues of Daniel White

Given: ```json { "x-generator": "NSwag v13.4.2.0 (NJsonSchema v10.1.11.0 (Newtonsoft.Json v12.0.0.0))", "openapi": "3.0.0", "info": { "title": "My Title", "version": "1.0.0" }, "paths": { "/WeatherForecast": { "get": { "tags": [ "WeatherForecast" ],...

type: bug
project: NJsonSchema.CodeGeneration.CSharp
priority: high

we have a lot of old issues. it would be helpful if a bot could help us disposition them. investigate adding one that is pretty configurable

t/chore
p/longterm
triaged

## Context manually creating releases is time consuming requiring a lot of manual work. if we could adopt conventional commits, google-github-actions/release-please-action simplifies release notes and other work. ## Current Behavior...

t/chore
p/medium
triaged

consider for a vnext to drop the custom handling of URLs. There are great built in interfaces and types that can make things less error prone

t/enhancement
p/longterm
triaged
v/next

## Describe the bug When a section header includes inline code, the table of contents listing the sections omits the inline code text ## To Reproduce 1. Create a markdown...

t/bug
p/medium
triaged

I have a OAS 3.1 spec that has a query parameter that is an array but uses the non-exploded form such as `?type=main,secondary`. The gateway using `parse` from [ljharb/qs](https://github.com/ljharb/qs) &...

## Background Sometimes it is advantageous to capture discrete events as a single point in time, not over a duration. ## Problem Currently the specification doesn't seem to have any...

I had a problem where my declarations didn't have whitespace: ``` //#if process.env.NODE_ENV !== 'production' ... //#endif ``` It would be nice if the whitespace between `//` and `#` could...

In HTML files, it would be nice to use the same `#if ...` logic but nested in HTML comments.

## Which problem is this PR solving? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that...