Search Issue Tracker

Won't Fix

Votes

6

Found in

3.2.0f1

Issue ID

389311

Regression

No

Dictionary<,> is not AOT'ed when embedded in a generic class.

iOS

-

This issue has no description.

Comments (2)

  1. Smilediver

    Nov 19, 2013 13:17

    Workaround is to add the Dictionary in question with specific types to a dummy class, and use those methods that are not AOT'ed. This will force correct AOT'ing. For example:

    public class Dummy {
    Dictionary<Test, int> foo = new Dictionary<Test, int>();
    }

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.