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

Qt Quick for .NET: Assembly dependency graph

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • QML: Bridges
    • None

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes