Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134964

Qt Quick for .NET: Assembly dependency graph

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • None
    • Qt Bridges
    • None
    • 67da5d331 (dev), 8a5777543 (dev)

      When this task is finished I will be able to:

      1. Use a dependency graph builder tool to generate the dependency graph for a project's target assembly.
        • Directed graph where nodes represent types and edges represent referencing between types;
        • Graph closure is the list of all types where a transitive reference relation exists.
          • This is the list that will be provided as input to the code generation tool.
      2. Optionally, provide annotations to the target assembly containing type filtering information.
        • This will be applied while traversing the graph to generate the graph closure;
        • Any type that matches the filter will be removed from consideration
          • Neither the type or it's local closure will be used in the code generation.
          • Filtered out types will be generated as System.Object

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mecfc Miguel Costa
            mecfc Miguel Costa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes