[FEATURE REQ] Add developer setting to generate API listings and update snippets on build
See original GitHub issueEverybody always forgets to run https://github.com/Azure/azure-sdk-for-net/blob/master/eng/Export-API.ps1 and https://github.com/Azure/azure-sdk-for-net/blob/master/eng/Update-Snippets.ps1 before they submit their PRs. I’ve suggested git hooks as a workaround, but it would also be nice to add a setting that does both of these steps automatically when we build. It could be defaulted to an env var like AZURE_DEV_BUILD_ARTIFACTS
so interested parties could amortize the time spent updating PRs with API listings across every single build they do from here on out.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Data API Code Snippets
The interactive code snippets tool lets you easily test API requests and generate code samples specific to those requests.
Read more >Snippets API Overview
Learn how applications can integrate with the Snippets API to add custom functionality to Square Online sites.
Read more >Build RESTful APIs with ASP.NET Web API
To do this, right-click ContactManager project, select Add | New Folder, name it Services. Creating Services folder. Right-click the Services ...
Read more >Snippets API | GitLab
Snippets API. Snippets API operates on snippets. Related APIs exist for project snippets and moving snippets between storages.
Read more >Generate Code for Your Front-end Apps
In the Generate code snippets modal, select the language or framework to update the generated code. Copy and paste the code into your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please see updated contributing docs for how to use these settings https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#updating-source-on-build
Fast enough for me. I’ll take that instead of minutes of waiting at PR builds!