dotnet / try-samples

Creative Commons Attribution 4.0 International
1.09k stars 623 forks source link

Try101Linqsamples - not getting it going #76

Open wvmstr opened 3 years ago

wvmstr commented 3 years ago

Cloned the project, dotnet try tool installed.

From the package manager: PM> dotnet try Hosting environment: Production Content root path: C:\Users\Owner.dotnet\tools.store\microsoft.dotnet-try\1.0.20474.1\microsoft.dotnet-try\1.0.20474.1\tools\netcoreapp3.1\any Now listening on: https://localhost:60364 Application started. Press Ctrl+C to shut down.

Browser opens, and there is nothing there, except for this in a heading:

Try .NET c:\users\Owner\source\repos\try-samples\101-linq-samples\src\

0nly1ken0bi commented 1 year ago

Just use dotnet try c:\users\Owner\source\repos\try-samples\101-linq-samples and then scroll down the page to where it reads:

If you loaded this page from dotnet try, click [here](https://localhost:28344/index.md) to start the sample. (This link will not work in the samples browser).

You should be able to get to the samples that way.
Good luck

0nly1ken0bi commented 1 year ago

Actually, just use this example #88