-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support for .NETCoreApp 2.0 #46
Comments
Would rather have this "offical" EPPlus to support .NET Standard (and thereby Core), should be doable since a fork has done exactly that: https://github.com/VahidN/EPPlus.Core @JanKallman Will that happen or is your recommendation to use the non offical .NET Core enabled project? |
Thanks @danielwertheim I will wait to hear from @JanKallman to see the response. It is good to know of an unofficial version available for Core. Hopefully @JanKallman will make/merge into an official core version, so that I can get rid of this warning/error other than ignoring it. |
I second this issue @timmhagen ! @JanKallman is this in the scope of work for the future? I would love to see this version supported with .NETCore App 2.0. I currently have VahidN's EPPlus.Core working in my solution, but his code is not as up-to-date as this version. (i.e. EPPlus.Core has issues transforming formulas using R1C1 notation) |
Have just published 4.5 beta on Nuget, which supports core 2.0. |
It seems System.Drawing.Common is based on Mono's implementation and is cross-platform. Will you replace the |
I didn't see where this project was only for v4.6.1 of the Standard .NET Framework so I get the following warning in Error List.
Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'EPPlus 4.1.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project. myproject.csproj 1
The library seems to work, at least for what I am doing in ASPNET Core 2, other than this warning in the error section. Can you update it so that the target works with Core 2?
The text was updated successfully, but these errors were encountered: