.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur
Embed references as resources
The main features of fody/costura are: C# Development Tools.
Open-source alternatives to fody/costura include: 3f/dllexport — .NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat). dahall/vanara — A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers. dotnet/ilmerge — ILMerge is a static linker for .NET Assemblies. dotnet/roslyn — The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code… ldqk/masuit.tools — Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad… waf/csharprepl — A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.