Skip to content

Tags: devlooped/ndnx

Tags

v0.6.0

Toggle v0.6.0's commit message
Keep floating versions evergreen with a graceful child restart.

Unspecified, @*, @*-*, and version ranges now watch the feed, stage the new package first, then SIGINT/Ctrl+C (or WM_CLOSE for GUI tools) and restart. Exact pins stay one-shot. Poll interval comes from [ndnx] interval in .netconfig.

v0.5.2

Toggle v0.5.2's commit message
Hash the root nuspec like dnx instead of the whole nupkg.

Tool packages can be large and are never part of a plain restore, so
SHA512 of the manifest matches dnx and stays cheap.

v0.5.1

Toggle v0.5.1's commit message
Drop OSMF, tiny tool

v0.5.0

Toggle v0.5.0's commit message
Download exact tool versions from the constructed nupkg URL.

Skip the version index unless that GET is 404, and reuse the v3 service
index for the process so a RID hop does not refetch index.json.

v0.4.0

Toggle v0.4.0's commit message
Document dnx-compatible usage and dnx vs ndnx startup times.

Add side-by-side examples for stop and dotnetsay, shared cache/flags,
and a cold vs cached timing table from the CI feed.

v0.3.0

Toggle v0.3.0's commit message
Install tools into the NuGet v3 global packages folder.

Hash the nupkg with SHA512 like restore, write .nupkg.metadata last, and
reuse packages already extracted by dnx or nuget.

v0.2.0

Toggle v0.2.0's commit message
Add --update to self-update the ndnx binary from GitHub Releases.

v0.1.1

Toggle v0.1.1's commit message
Resolve multi-RID tool packages instead of failing on the wrapper.

Wrappers that declare RuntimeIdentifierPackages now hop to the matching same-version RID nupkg (exact host RID, portable graph, then any). Classic tools/ TFM/RID packages are unchanged.

v0.1.0

Toggle v0.1.0's commit message
+Mᐁ includes