You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action required: Upgrade @typespec and @azure-tools relevant dependencies and regenerate integration cases after upgrading.
The working directory is packages/http-client-csharp. We should not change anything outside this directory.
Identify dependencies within the @typespec or @azure-tools npm-scopes under "dependencies", "devDependencies" and "peerDependencies" in package.json
You should resolve the version in "next" tag for dependencies on @typespec/http-specs, @typespec/spector, @azure-tools/azure-http-specs, and @typespec/spec-api
You should resolve the version in "latest" tag for the other dependencies
Run "npm install" after editing the dependencies in package.json
Run npm run build to verify everything builds
Run ./eng/scripts/Generate.ps1 script to refresh all test packages
Run npm run test to verify all test cases could pass.