SummerBatch / SummerBatchCore

Summer Batch is a lightweight, reliable, efficient, open-source batch framework for the C# community. This version is dedicated to .Net Core
Apache License 2.0
12 stars 3 forks source link

Documentation Gap: Using SummerBatchCore with netstandard #2

Closed drobert-bfm closed 3 years ago

drobert-bfm commented 4 years ago

The documentation shows the use of Unity for dependency injection, but Unity < 5.0.0 does not work on netstandard, and Unity 5+ is not compatible with SummerBatchCore due to a difference in namespaces.

Please update the documentation to provide proper instructions for the use of SummerBatchCore in a non-.Net Framework environment, or better yet, update the code to use native DI or Unity 5.

erik75269 commented 3 years ago

Unity.NetCore is compatible with SummerBatchCore now. You can see more detail in the Getting started guide - SummerBatchCore.

The sample project also provides the SummerBatchCore version

Best Regard