. NET Core Transformation Project Live

Source: Internet
Author: User

Background

New projects require cross-platform, original accumulation. NET class library needs to be transformed into. NET Core.

Live

    1. Exclude files are not supported
    2. Defining conditional compilation constants is not supported, although you can use the # if syntax in your project, but there is no local definition defineconstants
    3. When using NuGet, you cannot distinguish between what can be referenced and only the exception is reported when forcing a reference error:package XXX is not compatible with netstandard1.6
    4. Serialization flags are not supported XmlIgnore, Serializable, XmlNode, etc.
    5. Partial reflection needs to be reformed, such as Type.getproperties () to be changed to Type.gettypeinfo (). GetProperties ()
    6. Partial objects are not supported:
      1. ArrayList
      2. Hashtable
      3. HybridDictionary
      4. BindingList
      5. Thread
    7. Not supported Nhibernate,nhibernate support core not yet upgraded

Feel

The transformation of the core is not so easy. It would be nice to have a conversion tool.

Or the original project does not need to be modified, the use of Docker technology in Linux to simulate the. NET needs of the environment is good;

The characteristics of the original project are not preserved, such as: exclude some documents;

. NET Core Transformation Project Live

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.