Opti.Addons.DeleteMissingCommercePropertiesScheduledJob
0.1.0
dotnet add package Opti.Addons.DeleteMissingCommercePropertiesScheduledJob --version 0.1.0
NuGet\Install-Package Opti.Addons.DeleteMissingCommercePropertiesScheduledJob -Version 0.1.0
<PackageReference Include="Opti.Addons.DeleteMissingCommercePropertiesScheduledJob" Version="0.1.0" />
paket add Opti.Addons.DeleteMissingCommercePropertiesScheduledJob --version 0.1.0
#r "nuget: Opti.Addons.DeleteMissingCommercePropertiesScheduledJob, 0.1.0"
// Install Opti.Addons.DeleteMissingCommercePropertiesScheduledJob as a Cake Addin #addin nuget:?package=Opti.Addons.DeleteMissingCommercePropertiesScheduledJob&version=0.1.0 // Install Opti.Addons.DeleteMissingCommercePropertiesScheduledJob as a Cake Tool #tool nuget:?package=Opti.Addons.DeleteMissingCommercePropertiesScheduledJob&version=0.1.0
[!CAUTION] This scheduled job was tested locally with a few test cases. Please review the code and test it in your environment before running it in production. Please also make sure you have a backup of your database before running this scheduled job. The software is provided as is and you use it at your own risk.
ℹ️ Delete Missing Commerce Properties Scheduled Job
This scheduled job will delete any missing commerce properties from the database. This is useful when you have removed a property from your code and you want to remove it from the database. By default, Optimizely code does not remove properties from the database when you remove them from the code.
- [Opti.Addons] Delete missing Commerce data: List
- The one is read-only and will list all the missing properties.
- [Opti.Addons] Delete missing Commerce data: Delete
- The other one will delete all the missing properties.
🚀 Installation
NuGet URL: https://www.nuget.org/packages/Opti.Addons.DeleteMissingCommercePropertiesScheduledJob
1: Install the package from the NuGet.
2: Add to the Startup.cs
:
services.AddDeleteMissingCommerceProperties();
Now, your scheduled jobs will be available in the list of scheduled jobs.
If the version of your .NET or CMS/Commerce packages are different, you may either:
- Fork the code and update the references.
- Just copy and paste the code into your solution.
📃 Version history
- 0.1.0
- Initial version
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- EPiServer.CMS.Core (>= 12.0.0 && < 13.0.0)
- EPiServer.Commerce.Core (>= 14.0.0 && < 15.0.0)
-
net7.0
- EPiServer.CMS.Core (>= 12.0.0 && < 13.0.0)
- EPiServer.Commerce.Core (>= 14.0.0 && < 15.0.0)
-
net8.0
- EPiServer.CMS.Core (>= 12.0.0 && < 13.0.0)
- EPiServer.Commerce.Core (>= 14.0.0 && < 15.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.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 1,302 | 9/10/2024 |