SummerBatchCore 0.9.0-beta1

This is a prerelease version of SummerBatchCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SummerBatchCore --version 0.9.0-beta1
NuGet\Install-Package SummerBatchCore -Version 0.9.0-beta1
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="SummerBatchCore" Version="0.9.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SummerBatchCore --version 0.9.0-beta1
#r "nuget: SummerBatchCore, 0.9.0-beta1"
#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 SummerBatchCore as a Cake Addin
#addin nuget:?package=SummerBatchCore&version=0.9.0-beta1&prerelease

// Install SummerBatchCore as a Cake Tool
#tool nuget:?package=SummerBatchCore&version=0.9.0-beta1&prerelease

Summer Batch Core is a lightweight, reliable, efficient, open-source batch framework for .Net Core 2.2 and C# community.  
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NET Core 2.2 C# an equivalent to JBatch / Spring Batch.

Key Features:
• Repeatable and customizable batch jobs
• Multi step jobs, with simple step sequences or conditional logic between them
• In-memory or persisted job repository
• Support for a Read-Process-Write logic, as well as arbitrary batchlet for a more complete control on the behavior
• Chunk processing with checkpoint management and restartability
• Step partitioning used for parallel processing
• Database readers and writers, with support for Microsoft® SQL Server, IBM® DB2 and Oracle® databases
• Flat file readers and writers
• Easy mapping between the readers and writers and your domain classes
• Batch contexts at step level and job level
• XML design for the main batch architecture, C# design for the properties

Documentation on how to get started: https://www.bluage.com/docs/summerbatch/gettingstarted.pdf

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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 netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SummerBatchCore:

Package Downloads
SummerBatchCore.Support.MySql

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5 1,313 10/12/2021
3.0.4 809 7/19/2021
3.0.3 849 7/2/2021
3.0.2 743 5/27/2021
3.0.1 926 9/24/2020
3.0.0 2,638 5/13/2020
0.9.0-beta1 1,186 2/7/2019

First version of SummerBatch for .Net core 2.2.
Compared to summer batch for .Net 4.5, this version doesn't include parrallel execution of steps, powershell and WinForm reporting tools.