xamarin 开源项目_Xamarin API文件:开源并且现在可用
xamarin 开源项目
Today, we are happy to announce the release of all Xamarin API Documentation as Open Source! API documentation drives the IntelliSense experience while being one of the best ways to help developers achieve their goals.
今天,我们很高兴宣布所有Xamarin API文档以开源形式发布! API文档推动了IntelliSense体验,同时也是帮助开发人员实现其目标的最佳方法之一。
Xamarin API文件 (Xamarin API Docs)
Additionally, we have also moved the hosting of the following from their old Xamarin home to docs.microsoft.com:
此外,我们还将以下主机的托管位置从其旧Xamarin主页移至docs.microsoft.com:
新文档站点 (New Documentation Site)
The docs.microsoft.com site delivers the same presentation, search, browsing, localization, and versioning experience used across Microsoft’s .NET platform. Now, you can filter by platform and version, all while getting rapid and accurate search results for namespaces, class names, and member signatures.
docs.microsoft.com网站提供了与Microsoft .NET平台相同的演示,搜索,浏览,本地化和版本控制体验。 现在,您可以按平台和版本进行过滤,同时获得快速,准确的名称空间,类名和成员签名的搜索结果。
Xamarin API Docs now Open Source
Xamarin API文档现已开源
GitHub仓库 (GitHub Repos)
There are separate Github repos for:
有单独的Github存储库用于:
The API documentation is released under Creative Commons Attribution 4.0 License and any related source code under the MIT License. The Github repos are subject to Microsoft’s Open Source Code of Conduct. Xamarin.Android API documentation pages are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
该API文档是在Creative Commons Attribution 4.0许可下发布的,而任何相关的源代码都是在MIT许可下发布的 。 Github仓库受Microsoft的开源行为准则约束 。 Xamarin.Android API文档页面是对基于Android开源项目创建和共享的工作的修改,并根据Creative Commons 2.5 Attribution License中描述的条款使用 。
内置单声道 (Built with Mono)
Xamarin API documentation is built with the mono project’s open-source mdoc toolchain. This toolchain converts inline code comments into a dedicated directory of XML documentation files. When you update your source assembly, added/removed classes and members are synced to the documentation repo. With this tool, you can neatly separate engineering and documentation concerns.
Xamarin API文档是使用mono项目的开源mdoc工具链构建的 。 该工具链将内联代码注释转换为XML文档文件的专用目录。 更新源程序集时,添加/删除的类和成员将同步到文档存储库。 使用此工具,您可以将工程和文档方面的问题整齐地分开。
有助于 (Contribute)
Help contribute to the Xamarin API docs, or use the mdoc toolchain in your own project today! Edit the XML directly or use the DocWriter tool to avoid the complexity of the XML format.
立即为Xamarin API文档提供帮助,或在您自己的项目中使用mdoc工具链! 直接编辑XML或使用DocWriter工具来避免XML格式的复杂性 。
xamarin 开源项目