Mike Harder

Results 48 issues of Mike Harder

## Repro Steps 1. Build and run https://github.com/mikeharder/nodereuse-waitforexit. A. Uses `msbuild.exe` and `dotnet.exe` from `%PATH%`. 2. `WaitForExit()` works fine with `msbuild.exe /m /nr:true`. 3. `WaitForExit()` deadlocks with `dotnet.exe build /m...

triaged

To ensure @azure-tools/typespec-client-generator-cli (aka tsp-client) is always usable in the azure-rest-api-specs repo, we should: 1. Pin the version of the conversion tool (and any transitive dependencies) in the azure-rest-api-specs root...

Add ability for specs to opt-out of TSV entirely, using the common `specifications.yaml` mechanism. Enables: https://github.com/Azure/azure-rest-api-specs/issues/24955

* If a swagger is not typespec-generated in a PR * For each Swagger in stable in current branch: * If it is typespec-generated * PR must be typespec-generated *...