Pavel Tupitsyn created IGNITE-17794:
---------------------------------------

             Summary: .NET: Thin 3.0: Fix source generator performance
                 Key: IGNITE-17794
                 URL: https://issues.apache.org/jira/browse/IGNITE-17794
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 3.0.0-alpha6


*ErrorGroupsGenerator* and *ExceptionsGenerator* convert Java error groups and 
classes into C#. Those generators run unconditionally and perform full code 
generation on every *Execute* call, which happens very often (as you type in 
the IDE).

Change the logic to run only once after initialization. This means a rebuild is 
required if Java side of things has changed, which is fine. Alternatively, set 
up a FileSystemWatcher to detect Java code changes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to