NetEscapades.EnumGenerators.RuntimeDependencies
1.0.0-beta20
dotnet add package NetEscapades.EnumGenerators.RuntimeDependencies --version 1.0.0-beta20
NuGet\Install-Package NetEscapades.EnumGenerators.RuntimeDependencies -Version 1.0.0-beta20
<PackageReference Include="NetEscapades.EnumGenerators.RuntimeDependencies" Version="1.0.0-beta20" />
<PackageVersion Include="NetEscapades.EnumGenerators.RuntimeDependencies" Version="1.0.0-beta20" />
<PackageReference Include="NetEscapades.EnumGenerators.RuntimeDependencies" />
paket add NetEscapades.EnumGenerators.RuntimeDependencies --version 1.0.0-beta20
#r "nuget: NetEscapades.EnumGenerators.RuntimeDependencies, 1.0.0-beta20"
#:package NetEscapades.EnumGenerators.RuntimeDependencies@1.0.0-beta20
#addin nuget:?package=NetEscapades.EnumGenerators.RuntimeDependencies&version=1.0.0-beta20&prerelease
#tool nuget:?package=NetEscapades.EnumGenerators.RuntimeDependencies&version=1.0.0-beta20&prerelease
NetEscapades.EnumGenerators.RuntimeDependencies
NetEscapades.EnumGenerators.RuntimeDependencies provides runtime dependencies for enum extension methods generated by the NetEscapades.EnumGenerators and NetEscapades.EnumGenerators.Generators source generators. See those packages for details and to decide whether you need to install this package directly.
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | net451 is compatible. net452 was computed. net46 was computed. 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. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetEscapades.EnumGenerators.RuntimeDependencies:
| Package | Downloads |
|---|---|
|
NetEscapades.EnumGenerators
A source generator for creating helper extension methods on enums using a [EnumExtensions] attribute |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta20 | 1,492 | 1/15/2026 |
## 1.0.0-beta20
### Breaking Changes
* Split NetEscapades.EnumGenerators package into 3 packages (#233, #234)
* _NetEscapades.EnumGenerators_ is a meta package, and should not be added with `PrivateAssets="All"` or `ExcludeAssets="runtime"`
* _NetEscapades.EnumGenerators.Generators_ contains the source generator, and _can_ be added with private assets
* _NetEscapades.EnumGenerators.RuntimeDependencies_ contains optional runtime dependencies used during generation
* Please see the readme for advice on choosing your packages: https://github.com/andrewlock/NetEscapades.EnumGenerators#package-referencing-options
### Features
* Add analyzer to detect `StringBuilder.Append(enum)` on enums with `[EnumExtensions]` or `EnumExtensions<T>` (#230)
### Fixes
* Fix generating invalid XML in System.Memory warnings (#228)
See https://github.com/andrewlock/NetEscapades.EnumGenerators/blob/main/CHANGELOG.md#v100-beta20 for more details.