dotnet/try

dotnet try is displaying empty layout. Contents missing.

ajinspiro opened this issue · 2 comments

Describe the bug

Installed dotnet core 3.1 sdk. Then installed dotnet try using dotnet tool install -g Microsoft.dotnet-try and updated it using dotnet tool update -g Microsoft.dotnet-tr. Application starts up and runs in a port, but the UI is blank. Checked in Edge(v122) and firefox(v123)

Did this error occur while using dotnet try or online?

  • dotnet-try
  • [] online

What kind of error was it?

  • User Interface (UI): For example the output never displayed
  • Service Error: For example "The service is temporarily unavailable. We are working on it"
  • Other:

Screenshots

image
UI is blank

Please complete the following:

  • OS

    • Windows 11
  • Browser

    • Firefox
    • Edge

checked logs using --log-path option.

`
2024-02-25T07:04:16.9706763Z [MLS.Agent.Program] ⏱ No Key Provided
2024-02-25T07:04:17.0130009Z [|7135e49e-47ad10bbd78d8e9c.] [MLS.Agent.Startup] [ConfigureServices] ▶
2024-02-25T07:04:17.0411475Z [|7135e49e-47ad10bbd78d8e9c.] [MLS.Agent.Startup] [ConfigureServices] ⏹ -> ✔ (28.233ms)
2024-02-25T07:04:17.0559961Z [|7135e49e-47ad10bbd78d8e9c.] [WorkspaceServer.Packaging.Package] ℹ Packages path is C:\Users\Arun Kumar.trydotnet\packages
2024-02-25T07:04:17.0720342Z [|7135e49e-47ad10bbd78d8e9c.1.] [MLS.Agent.Startup] [Configure] ▶
2024-02-25T07:04:17.1271093Z [|7135e49e-47ad10bbd78d8e9c.1.] [MLS.Agent.Startup] [Configure] ⏹ -> ✔ (55.13ms)

`

Current directory was not pointing to 101 linq samples folder. Sorry my bad