Created
August 2, 2016 15:36
-
-
Save EtherTyper/da75cfa6a52a6ee850634f4ace4ff49f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/local/bin/dotnet run | |
| Project WebApplication (.NETCoreApp,Version=v1.0) will be compiled because project is not safe for incremental compilation. Use --build-profile flag for more information. | |
| Compiling WebApplication for .NETCoreApp,Version=v1.0 | |
| Bundling with configuration from /Users/ethertyper/RiderProjects/ASPNETWebApp/WebApplication/bundleconfig.json | |
| Processing wwwroot/css/site.min.css | |
| Bundled | |
| Minified | |
| Processing wwwroot/js/site.min.js | |
| Compilation succeeded. | |
| 0 Warning(s) | |
| 0 Error(s) | |
| Time elapsed 00:00:05.5923886 | |
| (The compilation time can be improved. Run "dotnet build --build-profile" for more information) | |
| info: Microsoft.Extensions.DependencyInjection.DataProtectionServices[0] | |
| User profile is available. Using '/Users/ethertyper/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. | |
| Hosting environment: Production | |
| Content root path: /Users/ethertyper/RiderProjects/ASPNETWebApp/WebApplication | |
| Now listening on: http://localhost:5000 | |
| Application started. Press Ctrl+C to shut down. | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/ | |
| info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware[3] | |
| HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Identity.Application. | |
| info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1] | |
| Executing action method WebApplication.Controllers.HomeController.Index (WebApplication) with arguments () - ModelState is Valid | |
| info: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor[1] | |
| Executing ViewResult, running view at path /Views/Home/Index.cshtml. | |
| info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2] | |
| Executed action WebApplication.Controllers.HomeController.Index (WebApplication) in 2837.8952ms | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/js/site.min.js?v=4YtIaePNzexGu4QQcABZ3hmCTZ5PpZ6UoIpVvTVV2ww | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/css/site.min.css?v=G7OG5flN0NdPJ13sNYOv3Hwkc-gAxRfBTYgtu6Sl0yk | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 3353.5103ms 200 text/html; charset=utf-8 | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6] | |
| The file /js/site.min.js was not modified | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2] | |
| Sending file. Request path: '/css/site.min.css'. Physical path: '/Users/ethertyper/RiderProjects/ASPNETWebApp/WebApplication/wwwroot/css/site.min.css' | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 29.2236ms 304 application/javascript | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 46.6054ms 200 text/css | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/images/banner1.svg | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6] | |
| The file /images/banner1.svg was not modified | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 0.3052ms 304 image/svg+xml | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/images/banner2.svg | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6] | |
| The file /images/banner2.svg was not modified | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 0.1231ms 304 image/svg+xml | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/images/banner3.svg | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6] | |
| The file /images/banner3.svg was not modified | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 0.2366ms 304 image/svg+xml | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1] | |
| Request starting HTTP/1.1 GET http://localhost:5000/images/banner4.svg | |
| info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6] | |
| The file /images/banner4.svg was not modified | |
| info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] | |
| Request finished in 0.1926ms 304 image/svg+xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment