Congyi Wu
Congyi Wu
I got this error when trying to install the generated .deb packages on Ubuntu 20.04: > The following packages have unmet dependencies: > azbridge : Depends: libicu52 but it is...
The installer blindly overwrites "C:\ProgramData\Microsoft\Azure Relay Bridge\azbridge_config.svc.yml" if it exists, even if I'm doing an upgrade. I'd expect existing settings to be preserved.
From looking at https://github.com/Azure/azure-relay-bridge/blob/f1e89b6f9c00084b0434d518b4b1ff0116ba0858/src/Microsoft.Azure.Relay.Bridge/Configuration/Config.cs#L461 It looks like automatic reload is supposed to be a feature, but it doesn't seem to be working. I edited BindPort in the config file while...
I was able to create a Hybrid Connection named `foo.bar`. However, this config: ``` RemoteForward: - RelayName: codedev.ms ``` Resulted in this error: > Invalid RelayName value: codedev.ms. Must be...
I built 90d1b45 Fix typo in RelayBridgeService.cs All commands are in PowerShell in Windows 10 If I use a different port number in RemoteForward and LocalForward, the relay doesn't work,...
1. Remove `dotnet restore` It's unnecessary as of .NET Core 2.0: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-restore 2. Add `--runtime win10-x64` to `dotnet test` to fix this error: > NETSDK1031: It is not supported to...