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
The basics for a modern managed code development platform for UWP:
- UWP framework types, e.g. all Device types and Windows.System.Threading namespace
- Complete Ref Counting GC
- Complete Conservative GC
- Complete EH support
- Networking support: TCP/IP prototype
- Advanced debugging and managed object inspection.
- Cortex-M0/3/4 core support
- Test framework