TomSmith27
TomSmith27
I agree it would be great to include it as part of this Repo. I will move the code from where i am working on it into a WIP: PR...
> As you can see here: > https://github.com/RicoSuter/NSwag/tree/master/src/NSwag.AspNetCore/SwaggerUi3 > we bundle the js/html for Swagger UI in the nuget package. > > We could have your UI either in an...
@RicoSuter Would you be able to take a quick look at this, I have started to work on the SigSpecUI, just wanted to make sure i am heading down the...
Cool thanks for taking a look i am hoping to get some more time to work on adding the features you mentioned such as injecting the settings into the html,...
Hey sorry, I have been busy with work, i will try resolve the code review comments today and add the authentication, then maybe it could be ready for an alpha...
I am still planning to work on it, all that needs implementing now is a way to provide a token like normal swagger so will try and do that this...
@beorosz I think the problem with this implementation is it only allows a single callback to be registered for each event. If two places in the app set callbackForWelcome wont...
@RicoSuter I am currently testing this is in a project and the below examples seem to be working, i am getting the correct context for ```this```. Is there another situation...
Do you think we should merge the changes for the single callbacks in and raise an issue to address the register unregister for the the ICallback implementation. I know the...
Looks like this updates to .NET core 3 which could be useful to do however there are conflicts because of the updates i made