An open API service indexing awesome lists of open source software.

https://github.com/jke94/dotnetconsumingsharedlib

An investigation to consume Linux shared library by a .NET client (console, webapi, etc)
https://github.com/jke94/dotnetconsumingsharedlib

cpp csharp docker docker-compose dotnet linux marshalling

Last synced: 3 months ago
JSON representation

An investigation to consume Linux shared library by a .NET client (console, webapi, etc)

Awesome Lists containing this project

README

          

# DotnetConsumingSharedLib
An investigation to consume Linux shared library by a .NET client (console, webapi, etc)

## A. Docker.

- From base repository folder as base directory:

### 1. Docker-compose: build library.
```
sudo docker compose -f ./docker-compose.yml -p cpp-container up --build
```