.net standard

Hi,


Is there any plan to support the .Net Standard or netcoreapp ?

Thanks in advance,

Alexandre Swioklo

Hi Alexandre,


Thanks for contacting support.

We already logged a feature request to support .NET core as PDFNET-40993 in our issue tracking system. However currently we are not entirely certain about the time frame by which it will be supported, but as soon as we have some further updates, we will let you know.

Please be patient and spare us little time. We are sorry for this inconvenience.

Any update on this ?

@imran.khan1

Thank you for contacting support.

We are pleased to inform you that Aspose.PDF for .NET API now supports .NET standard platform as well. In case you notice any issue then please feel free to contact us. We will be more than happy to assist you.

Thank you for the quick response.

Can you please also confirm if we Aspose.Word and Aspose.Barcode supports .Net standard ?
Also, do we need to download the new Dlls ? can you please share the link ?

@imran.khan1,
Yes, Aspose.Word and Aspose.Barcode also supports .NET Standard.

Thank you !

Do we need to download different Aspose DLLs ? Currently we’re using version19.4.

@imran.khan1,
For an example to get .NET standard version of Aspose.BarCode for .NET, you may please download your required version and then use DLL in the folder netstandard2.0 or netstandard1.3 as per your requirements. The otherwise better option is to create your .NETCore project in Visual Studio and then refer to the required DLL using NuGet package manager. It will automatically download the required DLL and its dependencies if required any.