We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# Samples in samples-work-in-progress branch
samples-work-in-progress
Seems like the C# samples listen for a random localhost port now, and it doesn't match what the HTML page displays:
Start up multiple C# samples and wait for the HTML page to pop up
We should either
[bug]
The text was updated successfully, but these errors were encountered:
@Zerryth all samples should default to 3978
Sorry, something went wrong.
Fixes #1417 - Sample Address/Port Doesn't Match HTML Page's Instructions
9882cf6
all Properties/launchSettings.json files should be configured to use the 3978 ports. I've update the samples that haven't done this
sgellock
No branches or pull requests
Sample information
C# Samples in
samples-work-in-progress
branchDescribe the bug
Seems like the C# samples listen for a random localhost port now, and it doesn't match what the HTML page displays:
To Reproduce
Start up multiple C# samples and wait for the HTML page to pop up
Expected behavior
We should either
or
[bug]
The text was updated successfully, but these errors were encountered: