Daniel Becroft
Daniel Becroft
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug We're using ASP.NET (v6) with Angular, using Cookie authentication to...
Attempting to install the package in a .NET Core 3.1 application gives a "Package not found error": ``` > dotnet add package DotNet.SystemCollections.Analyzers Determining projects to restore... Writing C:\Users\daniel.becroft\AppData\Local\Temp\tmpA9FD.tmp info...
We're currently building out an OpenAPI specification for a legacy system (so handcrafted, no automated API generation), for use from an Angular application. We've used the `allOf` and `oneOf` constructs...
I'm seeing some strange scenarios where intellisense is showing the wrong thing. For example: ``` DEFINE TEMP-TABLE ttCustomer NO-UNDO LIKE Customer. DEFINE BUFFER bCustomer FOR Customer. ``` After hitting the...
I'm currently experimenting with the `enhancement/puppeteer` branch, trying to move from a Windows installation to running the export server inside a container. I've started with something basic, based on other...
We're starting to implement the redocly-cli linter into our API documentation. We have separated out our API definition, specifically with the `components` section into separate files, but the `@redocly/cli lint`...