Mauro Servienti

Results 71 comments of Mauro Servienti

No need to be sorry at all, Mark. And I'm not sure it's unrelated. Recently, I've been thinking about composition _**not**_ in the context of HTTP. My use case is...

I started carving out an `InMemory` implementation. It doesn't compile yet. I have a couple of unanswered design questions. Can you please chime in @markphillips100? https://github.com/ServiceComposer/ServiceComposer.InMemory/pull/1/files

I don't know, yet. I did not have time (yet) to dive into the SignalR ideas you raised and described. Meanwhile, I had another request to run composition in the...

> Will an interface still be an option too do you think? > > Not necessarily. I was thinking about keeping the current design and adding the new option. >...

> So in theory you could get as near to controller action parameter behaviour. Correct, that's the idea > I think MVC defaults to FromBody semantics if you only specify...

Those project types miss the TargetFramework attributes...a pain. it should be great to be able to manually set the target framework, thus the folder name oin the nuget package, manually...

I have no idea how swagger works and if there is an option to plugin into the documentation building pipeline. If I understood correctly the model documentation requires a concrete...

Quickly looking at [this article](https://www.codeproject.com/Articles/5270416/Documenting-an-ASP-NET-Core-API-with-OpenAPI-Swagg), that I have no idea how accurate it is, it seems that most of the documentation is metadata driven using attributes on controller action methods....

@markphillips100 wow, thanks. I wasn't hoping for such a detailed investigation. I scheduled some time on Friday morning this week to spike something and investigate how to support models documentation....

I started experimenting with the ApiExplorer API, my initial brainstorming is available at https://github.com/ServiceComposer/Swagger-for-ServiceComposer-Playground. Feel free to comment there, more than happy to give you push access if that makes...