The core libraries supporting the SlowFox source generators.
$ dotnet add package SlowFox.CoreSlowFox is a suite of .NET source generators, aiming to reduce the amount of repetitive code you need to write and maintain.
There are currently 2 generators available via SlowFox:
SlowFox.Core is a library that provides common logic across the SlowFox source generators (SlowFox.Constructors and SlowFox.UnitTestMocks).
This package is required as a dependency of the source generators, but doesn't do anything just on its own.
Check out the documentation for the source generators themselves: