Dotnet-Boxed / Templates

.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
https://RehanSaeed.com
MIT License
3.41k stars 492 forks source link

Error in Initial Build #155

Closed charlesstratton4 closed 7 years ago

charlesstratton4 commented 7 years ago

FYI... ASP.Net 5 Boiler Plate > Initial Build > Errors in FilterConfig file. Adding these three using statements fixed the issue.

Environment: Windows 10 Visual Studio Professional 2015 Version 14.0.25431.01

Added to FilterConfig using Boilerplate.Web.Mvc.Filters; using NWebsec.Mvc.HttpHeaders.Csp; using NWebsec.Mvc.HttpHeaders;

RehanSaeed commented 7 years ago

Will give this a try on another machine tomorrow and let you know if I can recreate this.

RehanSaeed commented 7 years ago

Thanks, fixed in the next release.