Create RPM packages (.rpm files) of your .NET Core projects straight from the command line.
Once you've installed this package as a .NET CLI tool, run dotnet rpm to generate a .rpm package which contains the publish output of your .NET Project.
See https://github.com/qmfrederik/dotnet-packaging/...
More information
A collection of libraries that support fast and efficient forward-only reading of various popular archives. This is the `Core` package that contains shared code.
This library implements performant ReadProcessMemory and WriteProcessMemory with generic type parameters using InlineIL and also offers methods required to open processes and create remote threads.
A parser that uses the Reverse Polish Notation and the Shunting-Yard algorithm to transform a simple mathematical expression into a computed numerical value. Useful for simple calculator projects.