ScheduleEditor 1.0.0
dotnet add package ScheduleEditor --version 1.0.0
NuGet\Install-Package ScheduleEditor -Version 1.0.0
<PackageReference Include="ScheduleEditor" Version="1.0.0" />
<PackageVersion Include="ScheduleEditor" Version="1.0.0" />
<PackageReference Include="ScheduleEditor" />
paket add ScheduleEditor --version 1.0.0
#r "nuget: ScheduleEditor, 1.0.0"
#:package ScheduleEditor@1.0.0
#addin nuget:?package=ScheduleEditor&version=1.0.0
#tool nuget:?package=ScheduleEditor&version=1.0.0
ScheduleEditor
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 | 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
- Avalonia (>= 12.1.0)
- CommunityToolkit.Mvvm (>= 8.4.2)
- FluentScheduler (>= 6.0.0)
- NCrontab (>= 3.4.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 |
|---|---|---|
| 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.