This repository contains a list of all (known) public or private NuGet feeds for Business Central apps.
If the feed is private, the contact column contains the email address to contact for getting access.
| Owner | Name | Public | Content | View feed | View json | Contact |
|---|---|---|---|---|---|---|
| Apportunix | AppSourceSymbols | ✅ | This feed contains NuGet packages with symbols for Apportunix apps. | View feed | View json | Contact |
| Apportunix | RuntimePackages | ✅ | This feed contains NuGet packages with run-time packages for Apportunix apps. | View feed | View json | Contact |
| bc2adls | bc2adls | ✅ | This feed contains the PTE and AppSource packages for apps created by the bc2adls team. | View feed | View json | Contact |
| Continia | Continia AppSource Apps | ✅ | This feed contains NuGet packages for AppSource Apps created by Continia | View feed | View json | - |
| Directions for Partners | directions4partners | ✅ | This feed contains all NuGet packages created by repositories in the Directions4partners organization | View feed | View json | Contact |
| Microsoft | AppSourceSymbols | ✅ | This feed contains NuGet packages with symbols for all AppSource Apps. | View feed | View json | - |
| Microsoft | MSApps | ✅ | This feed contains NuGet packages for all Microsoft apps. | View feed | View json | - |
| Microsoft | MSSymbols | ✅ | This feed contains NuGet packages with symbols for all Microsoft apps. | View feed | View json | - |
| NVision Commerce Solutions B.V. | NVision Commerce Solution Apps | ✅ | This feed contains runtime packages for apps created by NVision Commerce Solutions. | View feed | View json | Contact |
Please find information about how to use NuGet feeds in AL-Go for GitHub here.
⚠️ Important:
Please do not include any information, which you are not allowed to share
If you are aware of NuGet feeds, which should be in this list, please create a PR on https://github.com/directions4partners/BcNuGetFeeds, adding the Business Central NuGet feed to BcNuGetFeeds.json in the following format:
{
"owner": "Legal entity owning the NuGet feed",
"public": true,
"description": "Feed description",
"contact": "contact email (optional if public feed)",
"viewfeed": "URL where you can view the feed content",
"url": "NuGet server Url",
"patterns": [
"Array of patterns (optional)"
],
"fingerprints": [
"Array of fingerprints (optional)"
]
}