Avalonia Base Http request Maker
Single-file + trimmed build is configured in the project. Just run the publish command.
dotnet publish -r win-x64 --self-contained true -c Releasedotnet publish -r osx-arm64 --self-contained true -c ReleaseThe following native files must be distributed alongside the exe:
| File | Purpose |
|---|---|
av_libglesv2.dll |
Avalonia GPU/OpenGL rendering |
libHarfBuzzSharp.dll |
Font shaping |
libSkiaSharp.dll |
Skia graphics engine |
The following screenshot shows the main UI of RequesterMini.