HFDotnetEx.System.Core.Ex.Combined
4.1.29
dotnet add package HFDotnetEx.System.Core.Ex.Combined --version 4.1.29
NuGet\Install-Package HFDotnetEx.System.Core.Ex.Combined -Version 4.1.29
<PackageReference Include="HFDotnetEx.System.Core.Ex.Combined" Version="4.1.29" />
<PackageVersion Include="HFDotnetEx.System.Core.Ex.Combined" Version="4.1.29" />
<PackageReference Include="HFDotnetEx.System.Core.Ex.Combined" />
paket add HFDotnetEx.System.Core.Ex.Combined --version 4.1.29
#r "nuget: HFDotnetEx.System.Core.Ex.Combined, 4.1.29"
#:package HFDotnetEx.System.Core.Ex.Combined@4.1.29
#addin nuget:?package=HFDotnetEx.System.Core.Ex.Combined&version=4.1.29
#tool nuget:?package=HFDotnetEx.System.Core.Ex.Combined&version=4.1.29
DotnetEx4
DotnetEx4 is organized in a dotnet/runtime-inspired layout so legacy .NET Framework backports, modern targets, tests, and NuGet packaging have clear ownership and minimal duplicated MSBuild configuration.
Repository layout
Directory.Build.props/Directory.Build.targets— root repository controller pair, like dotnet/runtimeglobal.json— repository SDK selectioneng/— central build, target, version, dependency, signing, validation and NuGet controllerssrc/corelib/—HFDotnetEx.HFExtensions, the mscorlib/System.Private.CoreLib compatibility layersrc/libraries/— product libraries and runtime/framework backportssrc/tools/— repository toolssrc/shared/— shared.shproj/.projitemssourcetests/— isolated test projects; target-map only, never NuGet packagessamples/— isolated demos; target-map only, never NuGet packagesDotnetEx4.slnx— canonical solutionDOTNETEX4_PROJECT_MAP.txt— complete architecture and agent operating manual
Central-control rule
One setting has one owner. Repository-wide C# 14/default paths/common symbols live in root Directory.Build.props; framework profiles live in eng/TargetFrameworks.props; project registration in eng/Projects.props; dependency routing in eng/Dependencies.props; versions in eng/Versions.props; package selection/IDs in eng/NuGet.props; and signing in eng/Signing.props.
The root Directory.Build.* pair is deliberately small. Production folders (src/corelib, src/libraries, src/tools) have scoped Directory.Build.* files that explicitly import the root pair and then the production eng/Build.* chain. Tests and samples have no local Directory.Build.*; they inherit only the safe root defaults/target map and never production signing/NuGet/dependency controllers.
Source ownership
For every exact API/target, prefer: native runtime/framework → official Microsoft NuGet package → DotnetEx backport. Never allow duplicate owners for the same API on the same target.
NuGet
The current release version is 4.1.29, controlled only by eng/Versions.props. eng/NuGet.props is the only package allow-list. It currently contains 24 production packages; tests and samples are excluded.
Before editing
Read DOTNETEX4_PROJECT_MAP.txt. It explains every controller, target profile, production project, package identity, special ownership boundary, test/sample rule, and the exact procedure for adding a new project.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. 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 is compatible. net481 was computed. |
-
.NETFramework 2.0
- HFDotnetEx.HFExtensions (= 4.1.29)
-
.NETFramework 3.0
- HFDotnetEx.HFExtensions (= 4.1.29)
-
.NETFramework 3.5
- HFDotnetEx.HFExtensions (= 4.1.29)
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on HFDotnetEx.System.Core.Ex.Combined:
| Package | Downloads |
|---|---|
|
HFDotnetEx.System.Dynamic.Ex
System.Dynamic compatibility/backport package for legacy .NET Framework targets. |
|
|
HFDotnetEx.System.Dynamic.Runtime.Ex
System.Dynamic.Runtime compatibility/facade package for the DotnetEx legacy dynamic stack. |
GitHub repositories
This package is not used by any popular GitHub repositories.