SlowFox.Core
1.0.1
Prefix Reserved
dotnet add package SlowFox.Core --version 1.0.1
NuGet\Install-Package SlowFox.Core -Version 1.0.1
<PackageReference Include="SlowFox.Core" Version="1.0.1" />
paket add SlowFox.Core --version 1.0.1
#r "nuget: SlowFox.Core, 1.0.1"
// Install SlowFox.Core as a Cake Addin #addin nuget:?package=SlowFox.Core&version=1.0.1 // Install SlowFox.Core as a Cake Tool #tool nuget:?package=SlowFox.Core&version=1.0.1
Introduction
SlowFox 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:
- Constructors, for generating constructors and private variables
- UnitTestMocks, for generating mock objects in unit tests
SlowFox.Core
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:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.0.1)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SlowFox.Core:
Package | Downloads |
---|---|
SlowFox.Constructors
A source generator that automatically creates constructors and class members, allowing you to avoid writing and maintaining all that boiler-plate code yourself. |
|
SlowFox.UnitTestMocks.MSTest
A source generator that automatically creates mocks for a unit test class. This generator is for integration with MSTest projects. |
|
SlowFox.UnitTestMocks.xUnit
A source generator that automatically creates mocks for a unit test class. This generator is for integration with xUnit projects. |
|
SlowFox.UnitTestMocks.NUnit
A source generator that automatically creates mocks for a unit test class. This generator is for integration with NUnit projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 721 | 5/3/2024 |
1.0.1-CI-20240502-154026 | 198 | 5/2/2024 |
1.0.0 | 1,019 | 4/19/2023 |
1.0.0-CI-20230419-075719 | 774 | 4/19/2023 |
0.3.1 | 572 | 4/18/2023 |
0.3.1-CI-20230418-125027 | 594 | 4/18/2023 |
0.3.1-CI-20230418-104341 | 594 | 4/18/2023 |
0.3.0 | 937 | 2/24/2023 |
0.3.0-CI-20230224-125642 | 833 | 2/24/2023 |
0.2.0 | 1,139 | 5/23/2022 |
0.2.0-CI-20220523-151129 | 766 | 5/23/2022 |