You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/11/15 17:24:44 UTC

[GitHub] [ignite] ptupitsyn opened a new pull request #9564: IGNITE-15845 .NET: Fix TypeNameParser to ignore escaped characters in compiler-generated type names

ptupitsyn opened a new pull request #9564:
URL: https://github.com/apache/ignite/pull/9564


   Compiler-generated type names use `\` to escape characters such as `[` and `,`, example: `MassTransit.Initializers.PropertyConverters.MessageDataPropertyConverter+<MassTransit-Initializers-IPropertyConverter<MassTransit-MessageData<System-Byte\[\]>\,MassTransit-MessageData<System-String>>-Convert>d__4`.
   
   `TypeNameParser` was trying to parse those escaped characters as arrays, while it is just a part of the type name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ignite] ptupitsyn merged pull request #9564: IGNITE-15845 .NET: Fix TypeNameParser to ignore escaped characters in compiler-generated type names

Posted by GitBox <gi...@apache.org>.
ptupitsyn merged pull request #9564:
URL: https://github.com/apache/ignite/pull/9564


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org