Azure-Active-Directory-B2C icon indicating copy to clipboard operation
Azure-Active-Directory-B2C copied to clipboard

ApplicationInsights.config is missing

Open ghost opened this issue 8 years ago • 0 comments

I cloned the project and tried to build it. ApplicationInsights.config was missing. Deleting it allowed the project to build with the following warning:

C:\Git\Azure-Active-Directory-B2C\AADB2C.WebClientMvc\Controllers\AccountController.cs(35,21,35,28): warning CS0108: 'AccountController.Profile()' hides inherited member 'Controller.Profile'. Use the new keyword if hiding was intended.

ghost avatar Jun 01 '17 19:06 ghost