Run these checks after making changes to SDK packages under sdk/ and before staging, committing, or pushing. These steps may produce additional file changes that must be included in the commit.
General rule: Steps 3–5 are conditional to save time, but if you are unsure whether a step is needed, always run it. It is better to run an unnecessary script than to miss a required regeneration.
For every csproj that had files change beneath it — src, tests, samples, perf, stress, or any other project type — run:
Проверки проверки перед фиксацией для azure-sdk-for-net. Используйте это перед фиксацией или отправкой изменений в пакеты SDK. Запускает формат dotnet, экспортирует списки общедоступных API, обновляет фрагменты и регенерирует код по мере необходимости. Источник: azure/azure-sdk-for-net.