SliderWindows.vcxproj can be manually linked to enable slider support. Autolinking does not seem to resolve the package/native project correctly. I believe moving forward, autolinking will be the preferred developer experience for consuming windows NativeModules.
npx react-native autolink-windows --logging for your projectSliderWindows.vcxproj does not get added to the project solution file. Its package provider does not get added to the AutolinkedNativeModules.g.cpp file.
SliderWindows.vcxproj gets added to the project solution file. It's package provider gets added to the AutolinkedNativeModules.g.cpp file.
@michalchudziak This one can be closed, PR is merged, I didn't link it in time.
@rectified95 Sorry for the delay, but thank you for this!
I will close this issue.