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
I had troubles with SSL on Linux although I ran the below command.
dotnet dev-certs https --trust
I had this issue for any http or https for localhost connections only.
On further investigation, I was able to mitigate this, by the fix here . I think this can be udated in the README.
Also, I saw that pressing any key during the demo run can trigger the demo run summary till then and stop the run. I am assuming it is nice to have this documented in the README as well.
The text was updated successfully, but these errors were encountered:
I had troubles with SSL on Linux although I ran the below command.
dotnet dev-certs https --trust
I had this issue for any
http
orhttps
forlocalhost
connections only.On further investigation, I was able to mitigate this, by the fix here . I think this can be udated in the
README
.Also, I saw that pressing any key during the demo run can trigger the demo run summary till then and stop the run. I am assuming it is nice to have this documented in the
README
as well.The text was updated successfully, but these errors were encountered: