Missing Templates in Latest Xamarin Visual Studio 2017

隐身守侯 提交于 2019-12-01 14:42:20

First off welcome to the Xamarin world.

Secondly your templates that you have are correct. They simply changed up a bit in visual studio 2017. For instance, if you want to create a PCL ( Portable Class Library ) project, you select cross-platform app and click ok. Than you get following screen:

Here can select your coding strategy ( I chose PCL in screenshot ).

If more questions don't hesistate to ask and goodluck ;)

Microsoft keep on improving VS and Xamarin. Yesterday I updated VS 2017 to version 15.8.4 and now I see a difference also between your screen Jordy Dieltjens and mine as below, you have "UI Technology" to the left bottom corner and instead I have "Platform". Also you have "Portable Class Library (PCL)" under "Code sharing strategy" to the right bottom corner where I have ".Net Standard" instead. as per my knowledge PCL is now deprecated and replaced with .Net Standard which is supposed to do the same.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!