Missing full C# documentation #176
sentholuke
started this conversation in
General
Replies: 3 comments
|
Do you mean documentation web pages for all of the API? Probably not. |
0 replies
|
Exactly, the README and the additional documentation in this repo are great way to start using that library (by the way, really useful library!) but not complete to explore all the functionalities that it may offer. |
0 replies
|
We consider the whole library to be too large to usefully document in that way. https://learn.microsoft.com/en-us/kusto/api/netfx/about-kusto-language?view=azure-data-explorer |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, while trying to adapt the library to my needs (creating a custom linter for KQL queries), I realized that no full documentation is available outside the code hints in the IDE.
Would it be possible to have the methods description available as documentation?
All reactions