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:
Comprobaciones de validación previas a la confirmación para azure-sdk-for-net. Úselo antes de confirmar o enviar cambios a los paquetes del SDK. Ejecuta el formato dotnet, exporta listados de API públicas, actualiza fragmentos y regenera código según sea necesario. Fuente: azure/azure-sdk-for-net.