NewHeap.Platform.Media.Http 2.0.0

dotnet add package NewHeap.Platform.Media.Http --version 2.0.0
                    
NuGet\Install-Package NewHeap.Platform.Media.Http -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NewHeap.Platform.Media.Http" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NewHeap.Platform.Media.Http" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NewHeap.Platform.Media.Http" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NewHeap.Platform.Media.Http --version 2.0.0
                    
#r "nuget: NewHeap.Platform.Media.Http, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NewHeap.Platform.Media.Http@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NewHeap.Platform.Media.Http&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NewHeap.Platform.Media.Http&version=2.0.0
                    
Install as a Cake Tool

NewHeap Platform

NewHeap Platform is a set of reusable .NET and Angular libraries for building enterprise applications. The repository includes the libraries, focused tests, versioned consumer guidance, release tooling, and an executable reference application in examples/SampleProjectManagement.

Repository layout

  • src/Back-end/Libraries: reusable .NET libraries and test-support packages.
  • src/Back-end/Tests: non-packable NewHeap regression tests.
  • src/Front-end/projects: reusable Angular packages.
  • examples/SampleProjectManagement: executable backend and frontend examples.
  • guidance and skills: generated, versioned consumer guidance backed by the sample.
  • release and tools/release: release definitions and local validation tooling.

Getting started

Install .NET 10, Node.js 22 or later, and npm. NewHeap package configuration uses anonymous public restore sources: nuget.org and npmjs.org. The first public versions are published only through the protected release workflow.

Run the core backend tests from the repository root:

dotnet test src/Back-end/NewHeap.Platform.sln
dotnet test examples/SampleProjectManagement/src/Back-end/SampleProjectManagement.slnx

Validate the executable sample and generated guidance with the commands in the repository AGENTS.md verification checklist.

AI-assisted changes

Repository-wide coding-agent instructions are defined in AGENTS.md. Codex and Claude entrypoints are available in CODEX.md and CLAUDE.md; both point to the same authoritative policy.

The NewHeap consumer guide and executable SampleProjectManagement catalog share one canonical case registry. Reusable agent skills live under skills:

Run npm run guidance:generate after changing the case registry or atomic rules, and npm run skills:validate before committing guidance or public library work. To pin the supported consumer workflow into another repository, run:

node tools/guidance/install-consumer-skill.mjs --consumer <consumer-root>

Commit the generated .agents/skills/newheap-consumer-development directory in that consumer. The same generated skill is packaged in the NewHeap Platform plugin.

Releases

Library versions and package groups are defined in release/manifest.json. The release workflows prepare reviewed SemVer changes, package exact commits, and create checksummed release artifacts. Do not publish packages directly from a maintainer workstation.

NuGet packages target nuget.org and scoped npm packages target npmjs.org. The protected workflow uses OIDC trusted publishing, verifies every exact package version anonymously, and finalizes checksummed GitHub Releases only afterward. See the public release guide. Do not publish until the one-time registry ownership and trusted-publisher setup is approved and complete.

Contributing and support

Read CONTRIBUTING.md before proposing a change. Community support is described in SUPPORT.md; use SECURITY.md for private vulnerability reporting.

License

Unless otherwise noted, NewHeap-authored software in this repository is licensed under the Apache License 2.0. See NOTICE and THIRD-PARTY-NOTICES.md for required attributions.

The license does not grant rights to the NewHeap name or logos. See TRADEMARKS.md.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NewHeap.Platform.Media.Http:

Package Downloads
NewHeap.Platform.Media

Convenience bundle for the NewHeap Platform media core, HTTP, SQL Server file-structure, and local file-system packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 217 8/20/2026
1.1.4 42 8/20/2026