-
Couldn't load subscription status.
- Fork 22
Update C# API Docs #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
is there a dependency on this pr Flow-Launcher/Flow.Launcher#938 ? |
|
can you please provide a preview in your fork |
not really, it is generated locally. If we want to generate this automatically we need that. |
|
weird the reference somehow not working when i deployed it but works locally? so weird |
|
oh it's because of windows file system is case ignore....I will fix it now |
|
hitting a lot of 404s, e.g. https://taooceros.github.io/docs/#/API-Reference/Flow.Launcher.Plugin/PluginInitContext |
|
also please update the branch to the latest |
|
Fix the issue. I thought I fix the case insensitive issue but actually not. This time actually fix it. |
|
still get some issue. let me check again |
|
ok fix it |
|
these two namespaces have 404 Flow.Launcher.Plugin.SharedCommands + Flow.Launcher.Plugin.SharedModels namespace |
What?? That hasn't been fixed? I will check again🤔 |
|
Oh it is fixed... I just forget to sync to my fork. |
|
how do i regenerate/update these files when need to? |
https://ejball.com/XmlDocMarkdown/ It's easy to use. Just create a console project reference back to the Flow.Launcher.Plugin project, and follow the instruction to generate the document. Probably we can even make it generate it automatically. |
|
Yeah that's what I am thinking, set up a workflow for it |
Update C# API Docs and add dispose information