【问题标题】:How do i see where the extensions are for a git project?我如何查看 git 项目的扩展在哪里?
【发布时间】:2018-11-09 23:55:42
【问题描述】:

Autorest project 被其他项目引用,例如 the autorest csharp projecct,其中提到它是“生成 C# 代码的 AutoRest 扩展 (https://github.com/Azure/autorest)”

我花了一些时间才弄清楚这一点 我如何知道其他扩展是什么?

【问题讨论】:

    标签: git autorest


    【解决方案1】:

    autorestautorest.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
    猜你喜欢
    • 2019-05-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多