David Keaveny

Results 14 issues of David Keaveny

The new integration support for Atlassian's BitBucket Pipelines CI/CD system is not working as expected. ## Expected Behavior GitVersion should detect that it is running on BitBucket Pipelines (by the...

bug

Are there any plans to allow the generation of RAML at build time? I love RAML for contract-first development, but right now I am working on an existing API for...

enhancement

I am currently using PreMailer.NET 2.0.1 with AngleSharp 0.9.11. If I start from a source HTML document like this: `` That gets rendered by PreMailer as: `` which when clicked...

The EF Core bundle looks to be very helpful for simplifying automated deployment scenarios; however, it's still a bit of a black box as to what is going to happen...

type-enhancement
consider-for-current-release
customer-reported
area-migrations

Has anyone had any success in using Jil as the primary JSON formatter in ASP.NET Core 6? There are plenty of examples of how to switch between JSON.NET and System.Text,...

When using an OpenAPI specification where a property is defined using a `$ref` and that property is marked as nullable, the linter is returning an error when an example is...

I have a simple interface and a class that dispatches against it: ``` public interface IReportRunner { void Execute(int year, int month); } public class ClassThatTakesInterfaceDependency { private readonly IReportRunner...

When a schema component that has a string property is referenced only from `GET` endpoints, should Spectral flag it as an error? ## Example Schema ``` paths: /persons: get: responses:...

I am implementing an operation processor that adds documentation for the `429 Too Many Requests` response to every endpoint in my API - obviously not something you want to have...

I have an application where data contracts in C# are defined under two namespaces: `MyProject.Contracts.V1` and `MyProject.Contracts.V2`, and I have set up API versioning so that API version V1 will...