You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/10/01 06:49:00 UTC

[jira] [Created] (IGNITE-17794) .NET: Thin 3.0: Fix source generator performance

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)