Hello,
The Eto assembly installed with Rhino has not been compiled with the inline documentation.
And we lose the benefit of the contextual help in our editor.
When we need to learn a new framework, switching between the editor and the sources repository to get the inline information of a method is not very practical and very long at therm.
Before posting this request, I tested 2 options:
First, I loaded into my solution a project not compiled with McNeel Eto source code : https://github.com/mcneel/Eto/releases.
But the version of Eto running with Rhino is 2.5 and the repository stops at the version 2.2.
Second, I loaded into my solution a project not compiled with the picoe Eto source code: https://github.com/picoe/Eto/releases.
The version is newer, But there are errors like this:
(In English: VS requests to load Eto assembly version 2.5)
Can you, in the next Rhino release, export the Eto.dll documentation with it or upgrade your Github repository with version 2.5?
Thank you.
kmv