Software Projects
Here you can find an overview of my software projects:
Additionally, I am publishing packages on nuget.org. Find my profile at https://www.nuget.org/profiles/phimath.
Some of my NuGet packages are:
- Phimath.CodeStyle: Simply include to your project, automatically installs an
.editorconfig
file and run code style analyzers on every build. - Phimath.Telemetry: Enables your app to send arbitrary JSON telemetry data to an API. Currently, only a private reference implementation of that API is supported, but I will publish the specifications of the API at a later point for others the implement.