Creating a NuGet package for a library with platform-specific API

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • drywetmidi

    .NET library to read, write, process MIDI files and to work with MIDI devices

  • I’m developing a .NET library DryWetMIDI which is used to work with MIDI files and MIDI devices. Most of the library API is cross-platform (within the operating systems supported by .NET of course), however the exact handling of MIDI devices is different for every operating system. Currently the corresponding API works on Windows only, but there is a strong desire to support other systems too. I’m not rushing to support all the existing platforms from the start, so I’m going to make the API to work on macOS first, since it’s no less popular than Windows, but probably is the most popular one among music professionals.

  • NuGetPackageExplorer

    Create, update and deploy Nuget Packages with a GUI

  • We have two weird things here. Firstly the item is missing. And secondly, test.dylib has been added as item but test.dll has been added as item. If we take a look into the .nupkg file with NuGet Package Explorer, we’ll see the following manifest:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • winlibs_mingw

    winlibs standalone build of GCC compiler and MinGW-w64

  • Write-Host "Downloading winlibs..." Invoke-WebRequest -Uri "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.1.0-12.0.0-9.0.0-r1/winlibs-i686-posix-dwarf-gcc-11.1.0-mingw-w64-9.0.0-r1.zip" -OutFile "winlibs.zip" Write-Host "Downloaded." Write-Host "Extracting winlibs..." Expand-Archive -LiteralPath 'winlibs.zip' -DestinationPath "winlibs" Write-Host "Extracted." Write-Host "Building DLL..." $gccPath = Get-ChildItem -Path "winlibs" -File -Filter "i686-w64-mingw32-gcc.exe" -Recurse & $gccPath.FullName -c test.c -m32 & $gccPath.FullName -shared -o test.dll test.o -m32 Write-Host "Built."

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Anyone used midi and C# in unity before?

    1 project | /r/unity | 19 Aug 2021
  • Software to convert midi to readable text for a program?

    1 project | /r/midi | 25 Apr 2021
  • How do I install youtube-dl-gui on windows 10?

    2 projects | /r/Piracy | 24 Mar 2022
  • Create a NUGET contained of third-party DLLS

    1 project | /r/csharp | 22 Nov 2021
  • What is the 'best practice' for the folder / file structure of custom nuget package libraries? Both input and output assets and files?

    2 projects | /r/csharp | 17 Jul 2021