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
In our current build scripts, running dotnet build /t:GenerateCode command in the typespec/cadl projects will invoke our emitter (here) and the emitter then invokes the generator Autorest.CSharp.dll (here), which might not be the issue. The issue is that this invocation chain is not picking up the version of Autorest.CSharp.dll honoring the version inside Package.Data.props and making things very complicated when we want to regenerate the SDK using a local generator version for those typespec/cadl projects.
We need to improve either the script so that we could easily set the version of the path to the generator, or let the emitter honor the version inside Package.Data.props
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Feb 18, 2023
ArcturusZhang
added
EngSys
This issue is impacting the engineering system.
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Feb 18, 2023
Library name
build scripts
Please describe the feature.
In our current build scripts, running
dotnet build /t:GenerateCode
command in the typespec/cadl projects will invoke our emitter (here) and the emitter then invokes the generatorAutorest.CSharp.dll
(here), which might not be the issue. The issue is that this invocation chain is not picking up the version ofAutorest.CSharp.dll
honoring the version insidePackage.Data.props
and making things very complicated when we want to regenerate the SDK using a local generator version for those typespec/cadl projects.We need to improve either the script so that we could easily set the version of the path to the generator, or let the emitter honor the version inside
Package.Data.props
The text was updated successfully, but these errors were encountered: