Giter Club home page Giter Club logo

Comments (2)

pirunxi avatar pirunxi commented on August 25, 2024
  1. 只在发布新的主包的时候才需要执行"Generate All、更新补充元数据的DLL" 这种操作。
  2. Genereal All操作中,经常发生变化的是桥接函数,但由于桥接函数生成非常完整,大多数桥接函数在热更新代码中并没有调用到。所以平时开发期,只要没有新增dll,不用重新generate all也影响不大,万一遇到错误再重新generate all就好。
  3. 补充元数据只用到了泛型的元数据,如果你没有修改aot中的泛型类或者泛型函数的代码,并且使用了SuperSet模式,不更新补充元数据也无所谓。

总之,你得理解原理才能选择适合你的操作。

from hybridclr.

ProgramForFun avatar ProgramForFun commented on August 25, 2024

感谢回复

from hybridclr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.