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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The .proto files under Source/Kernel/Protobuf were last regenerated before several C# contract changes landed (ConnectRequest's ProcessId/ProcessPath/MachineName/ClientType, ConnectedClient's matching fields, and other unrelated drift). None of the client SDKs that generate code from these files could see the new fields until this ran. Regenerated via generate-protos.sh with no manual edits.