Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
90 views

I have a .NET8 app which I want to run as a systemd service in Ubuntu. I have created a dummy service and a unit file. When I run the service through systemctl, it is not sending the notification to ...
Vikram's user avatar
  • 606
1 vote
1 answer
58 views

I'm attempting to use C# to wrapper a linux executable that needs some hand holding of error and conditions. I am doing this inside a docker container and calling my C# app as the ENTRYPOINT. My C# ...
Chris Rice's user avatar
0 votes
0 answers
235 views

I added one SDK(.dll) to one project, through click righ -> add -> reference -> Browser -> look for the SDK in my local file explorer, then click Add and finnally Ok. so, The question is ...
jhon estrada's user avatar
1 vote
1 answer
1k views

I am trying to call a C++ wrapper function from dotnet service on Linux the first time. C++ code: extern "C" std::string myfunc(int a, int b){ std::string mystring = funcB(a, b); ...
NotArobot20220118's user avatar
0 votes
1 answer
365 views

I have an ASP.NET Core 5 web app running on Linux (Apache) which is working fine in general. I want it to be able to change passwords of certain Linux users. Basically the user logged into the web app ...
Paul's user avatar
  • 1,006
4 votes
1 answer
6k views

I have an asp.net core web api, which I can start from the command line (on linux hosts) dotnet MyWebApi.dll This will start some webserver that listens on localhost:5000 (per default). Let's assume ...
Efrain's user avatar
  • 3,374
2 votes
2 answers
142 views

Trying to port a web project from dotnet on Windows to dotnet on GNU/Linux. The C# code works fine, but I'm having problems with the minification of dotnet bundle. In minified output css, paths to for ...
Johan's user avatar
  • 5,073
2 votes
1 answer
2k views

This question should hopefully be pretty straight forward. Say you're trying to run an Asp.Net Core Web Api. The app will run inside of a Docker container inside a clean installation of Linux (...
matt_dev's user avatar
  • 5,246