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)
- Host: GitHub
- URL: https://github.com/jke94/dotnetconsumingsharedlib
- Owner: jke94
- License: mit
- Created: 2022-09-10T17:45:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T18:01:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T13:50:33.178Z (over 1 year ago)
- Topics: cpp, csharp, docker, docker-compose, dotnet, linux, marshalling
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```