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
#911 More System namespace numeric types handled correctly by Router.Infer (both for server and client-side usage): SByte, Byte, Int16, UInt16, UInt32, Int64, UInt64, Single.
#906 Fix handling of F# type alias resolving to a type parameter (type Alias<'T> = 'T)