SOMUCHDOG
✅ .Net 8 WebApi not responding from Docker container
I am running a default .Net 8 webapi project that I created via the dotnet CLI
The project builds and runs locally, I am able to get a response.
Dockerfile
I build the image and run it
Cannot get a response from the api
Any help appreciated!
14 replies
How do I implement the Chrome API Sidepanel with a Blazor browser extension?
Posted the question with more details here:
https://stackoverflow.com/questions/78640477/how-do-i-use-chrome-api-sidepanel-in-a-blazor-extension
1 replies
Identifying the Framework in a .csproj file
When you are trying to identify the framework from a csproj file, sometimes there are multiple versions of frameworks mentioned.
i.e. TargetFramework 2.0
then Some bootstrapper package will include .Net Framework 3.5
Which one is it?
5 replies