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
Remove REWRITE_SOURCE_PATH env var support from C# RPC launcher (#7322)
The REWRITE_SOURCE_PATH fallback for launching the C# RPC server from
source via dotnet run is no longer needed now that csharpServerEntry
covers the dev/test use case. This simplifies the launch logic to only
use the global tool exec path when no explicit entry point is set.
0 commit comments