Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Service Fabric Service reference has yellow triangle

I'm using VS2015, when I add a service to my service fabric application, the reference has a yellow triangle. My Error window has no errors in it, and when I hover over the reference nothing popups up. How can I find out what it's problem is?

The solution builds and runs fine otherwise.

like image 777
Mardoxx Avatar asked Feb 21 '17 10:02

Mardoxx


1 Answers

This is a known bug in VS - the underlying project configuration system is incorrectly flagging the references as wrong. Things should work normally if you do a build.

like image 185
masnider Avatar answered Oct 03 '22 05:10

masnider