-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update Develop Documentation for Visual Studio For Mac 2019? #100
Comments
|
@DavidKarlas I looked into the issue more and found out the following error in not found mono: I followed the guide exactly and it was working fine before the update to visual studio 2019. Full log: |
You need to update your DataInserter dependencies to target 8.0 versions of MonoDevelop.Core and MonoDevelop.Ide, unfortunately extensions that target 7.x version of IDE doesn't automatically support 8.x versions of IDE. So you will need to update you extension. |
Thanks for the support. But what about the API? is it still the same? |
New Editor is in preview that uses new(VS Windows editor) API, you can read more about that API at https://docs.microsoft.com/en-us/visualstudio/extensibility/inside-the-editor?view=vs-2019 |
There is an intro guide here, and in it a link to a video going in depth with the VS editor APIs: https://github.com/mono/monodevelop/wiki/New-Editor-API-Guide |
@DavidKarlas , Is there any expected timeline of updating the documentation. I am having trouble creating dialogs and understanding the samples. Why do i need to use Visual Basic to create the Dialog when i am coding in C#. The sample is not working i am not getting any response on that opened issue. |
after updating my visual studio to latest version 2019. I noticed that the DateInserter project i created is not working in the new 2019 IDE.
I noticed that some Classes are obsolete such as
doc.Editor
. I am not sure if it's the responsible for this issue.I am getting the following when building but it completes the build:
WARNING [2019-04-04 15:24:26Z]: Stale account, cannot get vsid Error: did not find one of the files in sources//Library/Frameworks/Mono.framework/External/monodoc/MonoTouch-man
INFO [2019-04-04 15:24:24Z]: Fetching auth token for [[email protected]]. ERROR [2019-04-04 15:24:24Z]: Account was stale and reauthentication was silent, cannot get a token at this time.
The text was updated successfully, but these errors were encountered: