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
build: use forced loading for FoundationNetworking
Since FoundationNetworking symbols are lazily resolved at runtime,
no symbol references to it are emitted. On PE/COFF targets (i.e.
Windows), this will result in FoundationNetworking not being loaded and
linked against. Use the force load symbol to ensure that the reference
is preserved.
0 commit comments