How to create an extension for VS Studio 2022 for mac? - monodevelop

I have VS 2022 for Mac, latest released version 17.3.5.
I do not have the "IDE Extension" template:
I do have the AddinMaker plugin:
I do not have the Xamarin support installed in VS Mac 2022, do I need it to create extensions?

Related

Razor editor in Visual Studio 2022 Preview (Mac)

My Razor code won't automatically format on VS 2022.
Where do I find this setting they talk about here on Windows:
https://devblogs.microsoft.com/dotnet/improvements-to-the-new-razor-editor-in-visual-studio/
I'm hoping not to learn it's not supported on the Mac.

TWA Issue ~“Please install Chrome Stable 72 or later” for Android 11 Version

For Android Version, less than 11 My app is working fine. But for the versions of Android 11, it shows a message " Please install Chrome Stable 72 or later" when I try to open the app.
Change dependency from
implementation 'com.github.GoogleChrome:custom-tabs-client:a0f7418972'
to
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.2.0'
Also make sure Launcher activity in manifest imported from androidbrowserhelper
com.google.androidbrowserhelper.trusted.LauncherActivity
More migration details you can found here
Trusted Web Activity was introduced in Chrome version 72. The issue there is not related to the Android version, but that the version of Chrome installed on the devices showing this message is earlier than 72.
installing the latest version of Chrome from Google Play should solve the issue.

Is there a Chrome embedded in Visual Studio Code

Version: 1.49.0 (system setup)
Commit: e790b931385d72cf5669fcefc51cdf65990efa5d
Date: 2020-09-10T13:22:08.892Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.17763
There is a Chrome version in Visual studio code (Help -> About).what does it mean ?
Is there a embedded chrome in VScode or V8 needs chrome to run?
Visual Studio Code is one of many applications built on the Chromium platform, via the "Electron" framework. See e.g. https://arstechnica.com/information-technology/2015/04/microsofts-new-code-editor-is-built-on-googles-chromium/.
Another IDE built on Electron/Chromium is GitHub's Atom.
For more information, see https://en.wikipedia.org/wiki/Electron_(software_framework); and for a similar project: https://en.wikipedia.org/wiki/Chromium_Embedded_Framework.

How to activate silverlight on chrome version 62+?

I could not activate Silverlight on the new version of Google Chrome (62). The steps that defined on a previous question it does not work. I could not find NPAPI in the "chrome://flags/#enable-npapi" to enable it.
NPAPI is permanently removed from chrome in sep 2015.

How I do update winrt core libs?

I have on my pc windows 8.1 and VCCORLIB120_APP.DLL version - VCLibs.120.00_12.0.20812.1. How I do update libs to new version VCLibs.120.00_12.0.21005.1?
either by installing the newest version of the Windows SDK: http://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx or by installing Visual Studio 2013 Update 4: http://support.microsoft.com/kb/2994375