dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.2k stars 191 forks source link

Must I distribute my app with localization folder? #936

Closed gscheartA closed 2 years ago

gscheartA commented 2 years ago

TaskScheduler is so great for me to create and run schedule task in my app, but I noticed that some folder(de,es,fr......) were created after building in release config, and each folder contained a file named "Microsoft.Win32.TaskScheduler.resources.dll". Actually, my app just create , run , delete some scheduled tasks and not do other things related to it. Must I distribute my app with the localization folders? I don't know if the app will work when I just distribute "Microsoft.Win32.TaskScheduler.dll".

gscheartA commented 2 years ago

Thanks a lot for your help

dahall commented 2 years ago

See #934