You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the call, some details about AOT was shared.
The first step is to add the following:
<IsAOTCompatible>true</IsAOTCompatible>
then we should mark all classes as partial
This is a little unclear to me, Do I have to mark all classes as partial? i mean:
public abstract class => public abstract partial class
public sealed class => public sealed partial class
public static class => public static partial class
public class => public partial class
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
During the call, some details about AOT was shared.
The first step is to add the following:
<IsAOTCompatible>true</IsAOTCompatible>
then we should mark all classes as
partial
This is a little unclear to me, Do I have to mark all classes as partial? i mean:
public abstract class => public abstract partial class
public sealed class => public sealed partial class
public static class => public static partial class
public class => public partial class
Beta Was this translation helpful? Give feedback.
All reactions