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
Delegates have their own logic today to make them agile. They can be updated to make use of the one that is now built into IObjectReference instead and not have to do custom logic. But given the delegates logic are in the projection it means we need to be able to guarantee that WinRT.Runtime has the changes that make it agile which we can only guarantee on the next assembly version increase.
We should also add actual non agile delegate tests as the current ones are considered agile even though they don't implement IAgileObject because they implement the free threaded marshaler.
Delegates have their own logic today to make them agile. They can be updated to make use of the one that is now built into IObjectReference instead and not have to do custom logic. But given the delegates logic are in the projection it means we need to be able to guarantee that WinRT.Runtime has the changes that make it agile which we can only guarantee on the next assembly version increase.
We should also add actual non agile delegate tests as the current ones are considered agile even though they don't implement IAgileObject because they implement the free threaded marshaler.
See #844
The text was updated successfully, but these errors were encountered: