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 19:25:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-17794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-17794:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> .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
>            Priority: Major
>              Labels: .NET, ignite-3
>             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)