BinaryCoffee.SchedulingTask 1.0.3

dotnet add package BinaryCoffee.SchedulingTask --version 1.0.3
NuGet\Install-Package BinaryCoffee.SchedulingTask -Version 1.0.3
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="BinaryCoffee.SchedulingTask" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinaryCoffee.SchedulingTask --version 1.0.3
#r "nuget: BinaryCoffee.SchedulingTask, 1.0.3"
#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.
// Install BinaryCoffee.SchedulingTask as a Cake Addin
#addin nuget:?package=BinaryCoffee.SchedulingTask&version=1.0.3

// Install BinaryCoffee.SchedulingTask as a Cake Tool
#tool nuget:?package=BinaryCoffee.SchedulingTask&version=1.0.3

<h1><img src="https://github.com/stescobedo92/ScheduleYourTask/blob/main/binarycoffee.png"> BinaryCoffee.ScheduleYourTask </h1>

Crontab is a task scheduling tool on Unix and Linux operating systems that allows for programming the execution of commands at specific times, either repeatedly or at a one-time occurrence.

The basic syntax of a Crontab command consists of five fields separated by spaces that define the time of execution. These fields indicate the minute, hour, day of the month, month, and day of the week, respectively. For example, 0 12 * * * indicates that a command will execute every day at 12 noon.

There are several ways to specify the frequency of task execution with Crontab. Some of these include:

Repeating tasks: You can set up a task to repeat at specific intervals, such as every minute, hour, day, week, or month. Specific days and times: You can set up a task to run on specific days and times, such as every weekday at 9:00 AM or only on the first day of the month. Complex schedules: You can combine the fields to create complex schedules that execute tasks at specific intervals on specific days, such as every weekday at 9:00 AM and 5:00 PM. Crontab is a powerful tool that can simplify system administration and automate routine tasks. By taking advantage of its flexible scheduling capabilities, you can save time and improve the efficiency of your workflow.

BinaryCoffee.ScheduleYourTask is a package that allows you to do what was previously written but applied to the .NET platform

How can use the package

  • Include the package in your project: BinaryCoffee.ScheduleYourTask
  • Declare the namespace for use the package: using ScheduleYourTask;
  • You can use the functions put in your code for example: Crontab.GetCrontab()
using SchedulingTasks;

var tasks = Crontab.GetCrontab();
Console.WriteLine(tasks);

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

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.3 209 3/25/2023

Added icon, external libraries, and update references