You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
more details #2036#2037. Link to the documentation was added to the code dom. The doc comment generation should be updated to include a link to the documentation for classes and methods
The text was updated successfully, but these errors were encountered:
How should that present in the CLI? Also, because of package size, is it a good idea to split docs up into a different assembly that can be loaded when needed?
Kiota doesn't have an ability to split generation outcome to multiple assemblies today and it's not in the plans.
I'd be really curious to see "how big an impact" is a set of additional string constants for the help on the CLI size.
As per the doc comments, the CLI is already getting them for free from CSharp generation, but as we're building a console application I believe those are trimmed on a release build.
@calebkiage I don't believe having the link strings embedded in the binary is going to be a problem. We just need to display the link in the help output. Do you have any issues with that?
more details #2036 #2037. Link to the documentation was added to the code dom. The doc comment generation should be updated to include a link to the documentation for classes and methods
The text was updated successfully, but these errors were encountered: