VahidN / PdfReport.Core

PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Net Standard 2.0 is not using EPPlus.Core

orangenotorange opened this issue · comments

commented

Summary of the issue

The .net Standard 2.0 pacakage is loading EPPlus instead of EPPlus.Core. This is breaking my project because the objects don't match. Seems like an oversight. Can you upgrade the .Net 2.0 package to require the Core version?

capture

Environment

The in-use version:
Operating system: 
IDE: (e.g. Visual Studio 2015)

Example code/Steps to reproduce:

paste your core code

Output:

Exception message:
Full Stack trace:

Well, EPPlus 4.5.0-beta Added .NET Core Support. So using it was a correct choice and there is no difference between EPPlus.Core and the original EPPlus. EPPlus.Core is a discontinued project, because it has been merged with the original project.

commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.