Aaron Job
Aaron Job
Thanks for the feedback @mariotoffia. I will look into your suggestion and update this PR.
I started to do this and it is turning into spaghetti code :(. I might abandon that approach I am taking and reconsider it. Will report back when I have...
Hey @mariotoffia, I have introduced an [Ambient Context](https://aabs.wordpress.com/2007/12/31/the-ambient-context-design-pattern-in-net/) to achieve this, but it makes me feel a bit dirty. So a consumer of FluentDocker who wants to redirect output from...
I was stuffing around trying to remove a commit might have botched the tree 😟. Looking into why I have broken the build now.
OK I am not sure what is going on with the build, I have run `dotnet gitversion /l console /output buildserver` locally with no issue.
Oh. I will check again I thought that I had merged in master, maybe I forgot to push that. AH yes the ProcessManager, had plans to be able to redirect...
the parse call can take a file or a object https://apitools.dev/swagger-parser/docs/swagger-parser.html#parseapi-options-callback I have passed it a json object and it parsed no issue. ``` TypeScript const swagger = SwaggerParser.parse(jsonSwagger); console.log(await...
Any word on this?
I dont think this is going to happen.
Hello, I am working on 9.1.0 and wondering if this PR was going to be merged? If so I will conform with it.