supramo
-
- 510 total downloads
- last updated 6/9/2026
- Latest version: 2.0.0
Inline remote markdown content into DocFX builds via an authenticated HTTP source. -
- 318 total downloads
- last updated 6/9/2026
- Latest version: 2.0.0
Inline remote markdown content into DocFX builds via an authenticated HTTP source. -
- 286 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
GitHub App authentication for AdaptivePolling. Mints a signed app JWT (RS256) and exchanges it for a cached installation access token, exposed as an IAccessTokenProvider. Uses only the BCL (no extra... More information -
- 282 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
Azure AD authentication for AdaptivePolling. Adapts any Azure.Core TokenCredential (managed identity, workload/federated identity, client secret, Azure CLI, etc.) into an IAccessTokenProvider for Azure DevOps... More information -
- 281 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
GitHub (and GitHub Enterprise) commit source for AdaptivePolling. Reads commit history for a branch/path via the GitHub REST API to drive commit-frequency prediction. -
- 225 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
Batteries-included entry point for AdaptivePolling. Point CommitFrequency.PredictAsync at a GitHub or Azure DevOps repository URL and get a commit-frequency prediction back — provider, default branch,... More information -
- 278 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
Live adaptive commit monitor for AdaptivePolling. Tracks a fleet of GitHub/Azure DevOps repo branches, polls only those due, adapts each cadence to real commit activity, and surfaces commit-frequency... More information -
- 325 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
Abstractions for the AdaptivePolling commit-frequency component: RepoTarget, CommitInfo, ICommitSource, pluggable IAccessTokenProvider auth, and a stateless CommitFrequencyPredictor that predicts how often a... More information -
- 244 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
A tiny, dependency-free adaptive polling scheduler. Learns each resource's change cadence with an EWMA estimator and a multiplicative backoff/ramp controller (the same feedback ideas behind TCP RTT estimation... More information -
- 278 total downloads
- last updated 6/10/2026
- Latest version: 1.4.0
Azure DevOps commit source for AdaptivePolling. Reads commit history for a branch/path via the Azure DevOps Git REST API (PAT or Azure AD auth) to drive commit-frequency prediction.