.Net Project Dependency Status API
This project provides an open API to get the current status of your
dotnet project dependencies.
.sln
file at the root of your repository.Currently, we only support GitHub projects. To get the status of your dependencies, simply:
curl "http://dotnet-status.com/api/status/gh/{USER}/{PROJECT}"
An example, for the JsonApiDotNetCore repository:
curl "http://dotnet-status.com/api/status/gh/Research-Institute/json-api-dotnet-core"
dotnet-status.csproj
for current version)Since npm doesn’t support per-package registries in package.json, there is an extra step required to
use the SignalR pre-release client:
npm install signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/