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
I got this warning in my project. Later it is followed by this warning:
WindowsAppRuntimeAutoInitializer.obj : warning LNK4042: object specified more than once; extras ignored
The solution consist of (among others) two c++ projects: exe and dll - both are using the same version WindowsAppSDK (1.7.250401001) nuget.
I think it is caused by WindowsAppSDK nuget that has WindowsAppSDK-Nuget-Native.AutoInitializer.targets
in buildTransitive directory. Also I think older versions of WindowsAppSDK haven't produced such warnings.