【发布时间】:2018-11-09 23:55:42
【问题描述】:
Autorest project 被其他项目引用,例如 the autorest csharp projecct,其中提到它是“生成 C# 代码的 AutoRest 扩展 (https://github.com/Azure/autorest)”
我花了一些时间才弄清楚这一点 我如何知道其他扩展是什么?
【问题讨论】:
Autorest project 被其他项目引用,例如 the autorest csharp projecct,其中提到它是“生成 C# 代码的 AutoRest 扩展 (https://github.com/Azure/autorest)”
我花了一些时间才弄清楚这一点 我如何知道其他扩展是什么?
【问题讨论】:
autorest 和 autorest.csharp 都是 Azure organization 中的存储库。
如果您只是在该组织内寻找同样是 autorest 扩展的其他存储库,您可以执行 a simple GitHub query for repositories that follow the same naming convention。
编辑:对于这个特定的项目,this document listing the code generation extensions is maintained。
【讨论】:
org:Azure "azure.autorest"。是的,从 Azure 组织页面输入查询默认为在组织内搜索(即org:Azure)。 azure.autorest 周围的引号也过滤掉了误报。这是documentation on querying for repositories。