nuget

  1. mvSapphire

    Tip 🚀 PowerPipe: A library for .NET that uses a fluent interface to construct advanced workflows with ease.

    In essence, PowerPipe aims to replace the chaos of if-else code and tangled logic with a lucid and structured approach to data processing. It addresses the universal challenge of managing complexity while ensuring software remains reliable, adaptable, and robust. Through its fluent interface and...
  2. M

    How to efficiently incorporate sample projects form GitHub into your solution (currently struggling with MapSui)

    For some time now I’ve been trying to use the NuGet library Mapsui to create a WPF application with some GIS capabilities.. Mapsui link The instruction are very clear and simple to get a basic app running that will open up OpenStreepMap and allow you to zoom and pan. Beyond that (say loading...
  3. dv2020

    Combine all *.dll into a folder instead of main directory of program

    Hello, I'm trying to work out how to get my application to store all the *.dll files that were installed using NuGet into a folder "lib" inside the application root directory automatically when I complete a build? If anyone has any ideas, that would be great. Thanks David
Back
Top Bottom