ScheduleEditor 1.0.0

dotnet add package ScheduleEditor --version 1.0.0
                    
NuGet\Install-Package ScheduleEditor -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ScheduleEditor" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScheduleEditor" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ScheduleEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ScheduleEditor --version 1.0.0
                    
#r "nuget: ScheduleEditor, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ScheduleEditor@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ScheduleEditor&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ScheduleEditor&version=1.0.0
                    
Install as a Cake Tool

ScheduleEditor

简体中文 | English

ScheduleEditor is a reusable Avalonia component for visually configuring and running in-process scheduled tasks.

ScheduleEditor 是一个用于可视化配置并在应用进程内执行定时任务的 Avalonia 组件。

Install / 安装

dotnet add package ScheduleEditor --version 1.0.0
<PackageReference Include="ScheduleEditor" Version="1.0.0" />

Highlights / 主要功能

  • .NET 10 and Avalonia 12.1
  • Every N seconds, minutes, or hours
  • Daily, weekly, monthly, and custom Cron schedules
  • JSON persistence with automatic restoration on startup
  • Built-in Simplified Chinese and English
  • External JSON language packs, host-side loading examples, and partial text overrides
  • Per-mode visibility switches; daily, weekly, and monthly are shown by default
  • FluentScheduler runtime integration and task overlap protection
  • Debug Hot Reload through HotAvalonia

For installation, application-A integration, external language-pack loading, localization persistence, Hot Reload, and troubleshooting instructions, open the language-specific README above.

Package metadata

  • Package ID: ScheduleEditor
  • Authors: vincent, chatgpt
  • Repository: https://github.com/hupo376787/ScheduleEditor
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0 1,672 7/24/2026

Initial stable release with visual interval, daily, weekly, monthly and Cron scheduling; JSON persistence; built-in Chinese and English localization; and external JSON language packs.