RE: Create a Plugin and Console App for Dynamics 365 CRM using .Net Core
Hi,
1. This package is an ALPHA release. - Use it at your own risk.
2. This package is intended to work with .net full framework 4.6.2, 4.7.2 and 4.8, .net core 3.0 and 3.1
3. We have not stabilized on NameSpace or Class names with this package as of yet and things will change as we move though the preview.
If I want to migrate my existing Console App from .Net Framework to .Net Core then we have to wait for Stage Public release with Full Documentation. What is you opinion in this Case?
Yes this package is still an Alpha release (Preview version) and not intended for production use. So you should wait for till it is available GA. We have used this in our project and it still has some bugs and not tested fully.
You should always use .net framework for plugin code and it is preferred way to do and recommended by mcirosoft as well.
In case you want to explore Console application using .Net core package. Check my blog below.
xrmdynamicscrm.wordpress.com/.../
Please mark my answer verified if i were helpful