The call goes like this (WPF):
REST0.Program.Connect(); Console application added to project
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace REST0 { public class Program { static void Main(string[] args) { } public static void Connect() { } } } Build errors
A warning icon is highlighted in the links:
But this is empty in the list of errors


