Oleg A. Glushko

Results 5 comments of Oleg A. Glushko

The Result window displays characters correctly. But now I have another issue with 0.7.1 - IntelliSense doesn't work, so it's impossible to tell if encoding was fixed. All I get...

Ah, I see... There's the statically defined SDK in global.json pointing to 7.0.0. When I changed it to 8.0.0, everything started working, including the encoding in pop-ups. ``` 2024-05-23T09:44:38.4614042+10:00 [ERR]...

Just remove a trailing slash after a port number in the "Web origins" URL to fix this problem. Here's what is written in a browser's console output: `localhost/:1 Access to...

Looks like the problem has been solved. The application now starts and allows writing / running code. Thanks, @tareqimbasher! ``` ~$ dotnet --list-sdks 8.0.116 [/usr/lib/dotnet/sdk] ~$ dotnet --list-runtimes Microsoft.AspNetCore.App 8.0.16...