MCB.Education.Umbraco.Package
1.26.0
dotnet add package MCB.Education.Umbraco.Package --version 1.26.0
NuGet\Install-Package MCB.Education.Umbraco.Package -Version 1.26.0
<PackageReference Include="MCB.Education.Umbraco.Package" Version="1.26.0" />
<PackageVersion Include="MCB.Education.Umbraco.Package" Version="1.26.0" />
<PackageReference Include="MCB.Education.Umbraco.Package" />
paket add MCB.Education.Umbraco.Package --version 1.26.0
#r "nuget: MCB.Education.Umbraco.Package, 1.26.0"
#:package MCB.Education.Umbraco.Package@1.26.0
#addin nuget:?package=MCB.Education.Umbraco.Package&version=1.26.0
#tool nuget:?package=MCB.Education.Umbraco.Package&version=1.26.0
MCB.Education.Umbraco.Package
About
MCB.Education.Umbraco.Package is an Umbraco package developed by MCB for the use in MCB Education projects. The package provides functionality for synchronization of education data on Umbraco sites.
How to use
IMPORTANT: This package is proprietary software belonging to MCB A/S. By using it, you agree to the terms stated in the License file, and have obtained a license from MCB A/S by contacting their sales or support team.
In general, the package relies on following configurations being set in your appsetings.json.
MCB configurations
The package relies on the MCB section being set with following settings:
"MCB": {
"Education": {
"ApiUrl": "https://{mcb_education_api_url}/v2" //set this value correctly for the MCB Education API
//if in doubt, inquire MCB A/S regarding this route
}
}
Hangfire configurations
The package uses Hangfire for background tasks and as such needs to have a Hangfire connection set to create a Hangfire DB.
If HangfireConnection is not provided, the plugin will default to the site's default Umbraco database (umbracoDbDSN connection string).
If you want to use a separate database, the package relies on the ConnectionStrings section being set with following settings:
"ConnectionStrings": {
"HangfireConnection": "{your_hangfire_db_connection_string}" //set this value correctly for your database server
}
Logging
The package does not rely on these settings being set, and they are entirely up to you to define if they are needed. The following just sets the logging level for the Hangfire jobs.
If desired, set the Logging section with following settings:
"Logging": {
"LogLevel": {
"Hangfire": "Information" //or any other LogLevel
}
}
For more on LogLevels see Microsoft's documentation: https://learn.microsoft.com/en-us/dotnet/core/extensions/logging/overview?tabs=command-line#log-level.
| Product | Versions 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. |
-
net10.0
- Hangfire.AspNetCore (>= 1.8.22 && < 2.0.0)
- Hangfire.Core (>= 1.8.22 && < 2.0.0)
- Hangfire.SqlServer (>= 1.8.22 && < 2.0.0)
- Microsoft.Data.SqlClient (>= 6.1.4 && < 7.0.0)
- Umbraco.Cms.Api.Common (>= 17.4.1 && < 18.0.0)
- Umbraco.Cms.Api.Management (>= 17.4.1 && < 18.0.0)
- Umbraco.Cms.DevelopmentMode.Backoffice (>= 17.4.1 && < 18.0.0)
- Umbraco.Cms.Web.Common (>= 17.4.1 && < 18.0.0)
- Umbraco.Cms.Web.Website (>= 17.4.1 && < 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.