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:
Controlli di convalida preliminare del commit per azure-sdk-for-net. Utilizzalo prima di confermare o inviare modifiche ai pacchetti SDK. Esegue il formato dotnet, esporta elenchi API pubblici, aggiorna snippet e rigenera il codice secondo necessità. Fonte: azure/azure-sdk-for-net.