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
mikeharder
changed the title
[TypeSpecValidation] Only emitters installed by root package.json should be enabled by default
[HealthInsights] Remove typespec-csharp from default emitters
Jun 8, 2023
Some
tspconfig.yaml
in the specs repo are configured to, by default, use emitters not installed by the rootpackage.json
. Example:azure-rest-api-specs/specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml
Line 2 in 5a9afce
This causes
tsp compile
in this folder to fail, since it tries to run an emitter not installed.Fix is to keep the emitter config, but remove from
emit
list.The text was updated successfully, but these errors were encountered: