Iskander Sierra

Results 24 comments of Iskander Sierra

The thing is that we would need a set of exception classes per generated namespace. If we reference multiple OpenAPI services, we need to group by namespace and, either generate...

> I've been thinking about a feature like this myself, but what might even more be useful would be an ability to run _only_ the failing test case. > >...

Another option for the index, is to have an optional parameter on properties, like: `int testCaseIndex`, so that we can use conditional breakpoints on them.

> With 2.0, you can now implement state machine workflows that wait for messages to be received, which should allow you to orchestrate web service invocations and of course sending...

> > > Hi @iskandersierra, just quick info: I don't think I'm going to have much spare time to work on Typin till June, but if you manage to write...

Awesome response to know where you currently stand on the subject. I'm thinking on the following use case: ``` > connect petstore --url https://localhost:8081/api --swagger https://localhost:8081/swagger/v1/swagger.yaml # A new command...

In fact, I think you are right to think that Interactive could be moved to it's own nuget, or even better, leave actual interactive mode to cover it's current scope...

If you think this idea fits what I'm describing, we can discuss it at your will, I can also help you if you need me to. However having a single...

I propose I start working on the minimal changes so we can play with the ideas until it is just good enough to have a an iteration. I will fork...

Just to take it from where I left before: 6- As explained before, `RootSchema` would be the aggregate of all available `ICommandProviders`, so I don't see a need to mutate...