webadvanced / Structuremap.WebAPI2

Apache License 2.0
12 stars 1 forks source link

Doesn't create App_Start files if the App_Start folder exists #5

Closed jakejgordon closed 9 years ago

jakejgordon commented 9 years ago

I had an existing Web API 2 project that had an App_Start folder (but not the StructuremapMvc.cs or StructuremapWebApi.cs files) and when I installed this package it didn't actually create these two files. When I delete the App_Start folder and then install the package it works fine.

jakejgordon commented 9 years ago

The next time I installed the package it prompted me from within the NuGet GUI in VisualStudio and asked me if I wanted to overwrite the files in App_Start because they already existed... so maybe it is working fine after all. Closing issue and will re-open if it happens again.