Closed cedwards-telis closed 5 years ago
@cedwards-telis Thanks for contacting us.
I can't repro this with RTM bits.
Could you make sure you are using the 3.0.0 RTM bits?
Could you provide more information to help us troubleshoot this? Specifically:
Turn on debug logs in the browser for blazor and signalr and capture the logs. Replace <script src="_framework/blazor.server.js"></script>
with this.
<script src="_framework/blazor.server.js" autostart="false"></script>
<script>
function start() {
Blazor.start({
logLevel: 1, // LogLevel.Debug
configureSignalR: build => builder.configureLogging(1) // LogLevel.Debug
});
}
</script>
```.
Turn on debug logs on the blazor application and capture the logs. Replace the loging seciont in appSettings.development.json with this.
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Debug",
"Microsoft": "Debug"
}
}
}
Thanks for coming back to me.
I have since tried it on a VM and someone checked for me on Blazor gitter and that worked so I suspect this is not a bug but some other one-off type issue, possibly an installer issue on my dev PC.
I'm leaving now but will do as you ask tomorrow since it may be that this issue will affect others and it is not just a "blip".
Thanks @cedwards-telis. We're closing this for now. If you end up reproducing this issue, feel free to reopen and we'll look into it further.
Actually, I've got the same issue in version 3.0.100. The template for counter does not work since the event is not fired when you press the click me button when you have created the project with the windows authentication.
I have created the project from both cli and from the add new project using windows authentication in visual studio preview. Both results in the same issue.
If you chose to not use any authentication this works without any problems.
Was able to reproduce. Counter does not increment if windows authentication is on, works fine with anonymous auth.
Unfortunately I completely forgot to follow up the issue by trying to turn on the logging in code as suggested by @javiercn and instead tried to fix the issue. Sorry!
I uninstalled and reinstalled all the SDK and VS and the issue remained. I eventually fixed the issue only by completely reinstalling windows and installing just the latest bits.
It may be the GA .net 3 core bits exhibit this behaviour only if the previews were previously installed (I had all the .3 core previews and the VS previews etc.). This is a complete guess.
@henri-eh and @aelmen if you are feeling public spirited you might try the suggestions offer by @javiercn and post back to this thread and I'll reopen the issue.
Hi!
I've downloaded and installed the latest SDK from https://dotnet.microsoft.com
The non working incrementing counter issue still remain.
The Log =>
Starting IIS Express ...
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\firstname.lastname\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\firstname.lastname\AppData\Local\ASP.NET\DataProtection-Keys\key-7dcfab57-5f58-4bda-b119-c0261a4003e3.xml'.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {7dcfab57-5f58-4bda-b119-c0261a4003e3}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
Considering key {7dcfab57-5f58-4bda-b119-c0261a4003e3} with expiration date 2019-12-19 18:18:48Z as default key.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
Decrypting secret element using Windows DPAPI.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
Using key {7dcfab57-5f58-4bda-b119-c0261a4003e3} as the default key.
dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService[0]
Key ring with default key {7dcfab57-5f58-4bda-b119-c0261a4003e3} was loaded during application startup.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[0]
Loaded hosting startup assembly BlazorApp1
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\Source\Repos\BlazorApp1
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
Hosting started
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path / does not match a supported file type
dbug: Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler[3]
Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
2 candidate(s) found for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
dbug: Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory[12]
Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorApp1.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorApp1.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorApp1.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorApp1.Pages.Index in response to path '' with base URI 'https://localhost:44317/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorApp1.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorApp1.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorApp1.Shared.NavMenu) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorApp1.Shared.LoginDisplay) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorApp1.Pages.Index) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorApp1.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorApp1.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorApp1.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[1]
Authorization was successful.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorApp1.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorApp1.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorApp1.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorApp1.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorApp1.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorApp1.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 580.3548000000001ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 865.9734000000001ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/site.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 43.1179ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 43.061ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 57.438100000000006ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 20.230600000000003ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 25.380200000000002ms 304 application/font-woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/counter
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path /counter does not match a supported file type
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
1 candidate(s) found for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorApp1.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorApp1.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorApp1.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorApp1.Pages.Counter in response to path 'counter' with base URI 'https://localhost:44317/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorApp1.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorApp1.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorApp1.Shared.NavMenu) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorApp1.Shared.LoginDisplay) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorApp1.Pages.Counter) as child of 7 (BlazorApp1.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorApp1.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorApp1.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorApp1.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[1]
Authorization was successful.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorApp1.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorApp1.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorApp1.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorApp1.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorApp1.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorApp1.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 286.4339ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 344.3293ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 40.3003ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 57.0129ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 57.202400000000004ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 16.9637ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 16.575ms 304 application/font-woff
And here is the debug =>
'iisexpress.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Source\Repos\BlazorApp1\bin\Debug\netcoreapp3.0\BlazorApp1.dll'. Symbols loaded.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.IIS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.IISIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Timer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.CoreClr.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Connections.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HostFiltering.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HttpOverrides.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Routing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.ObjectPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Routing.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authentication.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authentication.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Server.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Source\Repos\BlazorApp1\bin\Debug\netcoreapp3.0\BlazorApp1.Views.dll'. Symbols loaded.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Razor.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Razor.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authorization.Policy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.RazorPages.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Linq.Expressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.JSInterop.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Cryptography.Internal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Antiforgery.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.WebEncoders.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Encodings.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Caching.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Caching.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.TagHelpers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Razor.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.StaticFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Connections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Protocols.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Localization.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\System.Diagnostics.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.Extensions.Hosting.Internal.Host: Debug: Hosting starting
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\Microsoft.Win32.Registry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Resources.ResourceManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Information: User profile is available. Using 'C:\Users\anders.elmen\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\anders.elmen\AppData\Local\ASP.NET\DataProtection-Keys\key-7dcfab57-5f58-4bda-b119-c0261a4003e3.xml'.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {7dcfab57-5f58-4bda-b119-c0261a4003e3}.
Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver: Debug: Considering key {7dcfab57-5f58-4bda-b119-c0261a4003e3} with expiration date 2019-12-19 18:18:48Z as default key.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.TypeForwardingActivator: Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor: Debug: Decrypting secret element using Windows DPAPI.
Microsoft.AspNetCore.DataProtection.TypeForwardingActivator: Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory: Debug: Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory: Debug: Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider: Debug: Using key {7dcfab57-5f58-4bda-b119-c0261a4003e3} as the default key.
Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService: Debug: Key ring with default key {7dcfab57-5f58-4bda-b119-c0261a4003e3} was loaded during application startup.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HttpsPolicy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Connections.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\System.IO.Pipelines.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Csp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver: Debug: Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver: Debug: Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'Anonymously Hosted DynamicMethods Assembly'.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Channels.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Net.Http.Headers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Html.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Embedded.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Hosting.Diagnostics: Debug: Loaded hosting startup assembly BlazorApp1
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down.
Microsoft.Hosting.Lifetime: Information: Hosting environment: Development
Microsoft.Hosting.Lifetime: Information: Content root path: C:\Source\Repos\BlazorApp1
Microsoft.Extensions.Hosting.Internal.Host: Debug: Hosting started
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Principal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/
Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware: Debug: Wildcard detected, all requests with hosts will be allowed.
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: The request path / does not match a supported file type
Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler: Debug: Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: 2 candidate(s) found for the request path '/'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.Annotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Debug: Request matched endpoint '/_Host'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executing endpoint '/_Host'
Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory: Debug: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Route matched with {page = "/_Host"}. Executing page /_Host
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of exception filters (in the following order): None
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executing page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executed page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executing an implicit handler method - ModelState is Valid
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing root component 0 (BlazorApp1.App)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 0 of type BlazorApp1.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorApp1.App)
Microsoft.AspNetCore.Components.Routing.Router: Debug: Navigating to component BlazorApp1.Pages.Index in response to path '' with base URI 'https://localhost:44317/'
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 7 (BlazorApp1.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 7 of type BlazorApp1.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 8 (BlazorApp1.Shared.NavMenu) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 9 (BlazorApp1.Shared.LoginDisplay) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 10 (BlazorApp1.Pages.Index) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 8 of type BlazorApp1.Shared.NavMenu
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 9 of type BlazorApp1.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorApp1.Shared.LoginDisplay)
Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization was successful.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 10 of type BlazorApp1.Pages.Index
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 0 of type BlazorApp1.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 7 of type BlazorApp1.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 8 of type BlazorApp1.Shared.NavMenu
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 9 of type BlazorApp1.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 10 of type BlazorApp1.Pages.Index
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed page /_Host in 534.2022000000001ms
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executed endpoint '/_Host'
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 858.553ms 200 text/html; charset=utf-8
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/site.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/_framework/blazor.server.js
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /_framework/blazor.server.js was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/site.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/bootstrap/bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /_framework/blazor.server.js
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/site.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 50.073100000000004ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 38.2753ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 34.6679ms 304 application/javascript
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 16.8814ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 15.301300000000001ms 304 application/font-woff
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/counter
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: The request path /counter does not match a supported file type
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: 1 candidate(s) found for the request path '/counter'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/counter'
Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Debug: Request matched endpoint '/_Host'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executing endpoint '/_Host'
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Route matched with {page = "/_Host"}. Executing page /_Host
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of exception filters (in the following order): None
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executing page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executed page factory for page BlazorApp1.Pages.PagesHost (BlazorApp1.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executing an implicit handler method - ModelState is Valid
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing root component 0 (BlazorApp1.App)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 0 of type BlazorApp1.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorApp1.App)
Microsoft.AspNetCore.Components.Routing.Router: Debug: Navigating to component BlazorApp1.Pages.Counter in response to path 'counter' with base URI 'https://localhost:44317/'
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 7 (BlazorApp1.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 7 of type BlazorApp1.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 8 (BlazorApp1.Shared.NavMenu) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 9 (BlazorApp1.Shared.LoginDisplay) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 10 (BlazorApp1.Pages.Counter) as child of 7 (BlazorApp1.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 8 of type BlazorApp1.Shared.NavMenu
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorApp1.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 9 of type BlazorApp1.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorApp1.Shared.LoginDisplay)
Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization was successful.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 10 of type BlazorApp1.Pages.Counter
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 0 of type BlazorApp1.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 7 of type BlazorApp1.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 8 of type BlazorApp1.Shared.NavMenu
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 9 of type BlazorApp1.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 10 of type BlazorApp1.Pages.Counter
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed page /_Host in 215.7894ms
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executed endpoint '/_Host'
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 261.9962ms 200 text/html; charset=utf-8
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/site.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/_framework/blazor.server.js
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/bootstrap/bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/site.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /_framework/blazor.server.js was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /_framework/blazor.server.js
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 29.1934ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 27.9039ms 304 application/javascript
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/site.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 43.1548ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 11.8247ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44317/css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 13.432300000000001ms 304 application/font-woff
@aelmen where is the debug file located?
@henri-eh You will find it in the output window in visual studio. Switch between the Debug and WebServer output via the "show output from:" Drop Down.
@javiercn Hi!
Do you mind having a look at the debug information provided?
@javiercn here's mylog:
Starting IIS Express ...
Registration completed for site "BlazorTest"
IIS Express is running.
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-5a037536-a284-40fa-be34-c4b65aece1c2.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-cb2a96a0-097b-4b1b-9133-93b31b2d1e7f.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-d9268ca8-047b-45ef-b8c9-dd830f56ae88.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ef54834c-165b-40b9-ab26-93a2a6132563.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ff6303d4-feec-4823-9066-9fd0a84f4404.xml'.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {5a037536-a284-40fa-be34-c4b65aece1c2}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {cb2a96a0-097b-4b1b-9133-93b31b2d1e7f}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {d9268ca8-047b-45ef-b8c9-dd830f56ae88}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ef54834c-165b-40b9-ab26-93a2a6132563}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ff6303d4-feec-4823-9066-9fd0a84f4404}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
Considering key {ef54834c-165b-40b9-ab26-93a2a6132563} with expiration date 2019-12-28 17:47:22Z as default key.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
Decrypting secret element using Windows DPAPI.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
Using key {ef54834c-165b-40b9-ab26-93a2a6132563} as the default key.
dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService[0]
Key ring with default key {ef54834c-165b-40b9-ab26-93a2a6132563} was loaded during application startup.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[0]
Loaded hosting startup assembly BlazorTest
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
Hosting started
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path / does not match a supported file type
dbug: Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler[3]
Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
2 candidate(s) found for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
dbug: Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory[12]
Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Index in response to path '' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Index) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 517.0983ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 803.5137000000001ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 41.1515ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 63.175000000000004ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 73.1781ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 19.038700000000002ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 13.192ms 304 application/font-woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/counter
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path /counter does not match a supported file type
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
1 candidate(s) found for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Counter in response to path 'counter' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Counter) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 111.4833ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 146.0341ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 27.611500000000003ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 27.6114ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 28.541600000000003ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 7.155600000000001ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 12.8671ms 304 application/font-woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 27.049200000000003ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 38.245400000000004ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 42.0478ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css.map
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css.map was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css.map
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 12.9021ms 304 text/plain
Starting IIS Express ...
Successfully registered URL "http://localhost:2304/" for site "BlazorTest" application "/"
Successfully registered URL "https://localhost:44304/" for site "BlazorTest" application "/"
Registration completed for site "BlazorTest"
IIS Express is running.
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-5a037536-a284-40fa-be34-c4b65aece1c2.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-cb2a96a0-097b-4b1b-9133-93b31b2d1e7f.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-d9268ca8-047b-45ef-b8c9-dd830f56ae88.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ef54834c-165b-40b9-ab26-93a2a6132563.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ff6303d4-feec-4823-9066-9fd0a84f4404.xml'.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {5a037536-a284-40fa-be34-c4b65aece1c2}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {cb2a96a0-097b-4b1b-9133-93b31b2d1e7f}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {d9268ca8-047b-45ef-b8c9-dd830f56ae88}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ef54834c-165b-40b9-ab26-93a2a6132563}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ff6303d4-feec-4823-9066-9fd0a84f4404}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
Considering key {ef54834c-165b-40b9-ab26-93a2a6132563} with expiration date 2019-12-28 17:47:22Z as default key.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
Decrypting secret element using Windows DPAPI.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
Using key {ef54834c-165b-40b9-ab26-93a2a6132563} as the default key.
dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService[0]
Key ring with default key {ef54834c-165b-40b9-ab26-93a2a6132563} was loaded during application startup.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[0]
Loaded hosting startup assembly BlazorTest
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
Hosting started
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path / does not match a supported file type
dbug: Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler[3]
Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
2 candidate(s) found for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
dbug: Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory[12]
Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Index in response to path '' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Index) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 300.50890000000004ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 479.16040000000004ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 47.6139ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 15.3572ms 304 text/css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 9.7843ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 10.861500000000001ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 14.5469ms 304 application/font-woff
Starting IIS Express ...
Successfully registered URL "http://localhost:2304/" for site "BlazorTest" application "/"
Successfully registered URL "https://localhost:44304/" for site "BlazorTest" application "/"
Registration completed for site "BlazorTest"
IIS Express is running.
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-5a037536-a284-40fa-be34-c4b65aece1c2.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-cb2a96a0-097b-4b1b-9133-93b31b2d1e7f.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-d9268ca8-047b-45ef-b8c9-dd830f56ae88.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ef54834c-165b-40b9-ab26-93a2a6132563.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ff6303d4-feec-4823-9066-9fd0a84f4404.xml'.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {5a037536-a284-40fa-be34-c4b65aece1c2}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {cb2a96a0-097b-4b1b-9133-93b31b2d1e7f}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {d9268ca8-047b-45ef-b8c9-dd830f56ae88}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ef54834c-165b-40b9-ab26-93a2a6132563}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ff6303d4-feec-4823-9066-9fd0a84f4404}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
Considering key {ef54834c-165b-40b9-ab26-93a2a6132563} with expiration date 2019-12-28 17:47:22Z as default key.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
Decrypting secret element using Windows DPAPI.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
Using key {ef54834c-165b-40b9-ab26-93a2a6132563} as the default key.
dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService[0]
Key ring with default key {ef54834c-165b-40b9-ab26-93a2a6132563} was loaded during application startup.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[0]
Loaded hosting startup assembly BlazorTest
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
Hosting started
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path / does not match a supported file type
dbug: Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler[3]
Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
2 candidate(s) found for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
dbug: Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory[12]
Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Index in response to path '' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Index) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 288.58230000000003ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 472.4159ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 37.3401ms 304 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 8.7705ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 7.3222000000000005ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 20.2988ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 12.8812ms 304 application/font-woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/counter
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path /counter does not match a supported file type
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
1 candidate(s) found for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/counter'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Counter in response to path 'counter' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Counter) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Counter
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 116.3069ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 146.3604ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 21.069200000000002ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 16.3325ms 304 application/javascript
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 37.5456ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 6.2385ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 10.3657ms 304 application/font-woff
Starting IIS Express ...
Successfully registered URL "http://localhost:2304/" for site "BlazorTest" application "/"
Successfully registered URL "https://localhost:44304/" for site "BlazorTest" application "/"
Registration completed for site "BlazorTest"
IIS Express is running.
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-5a037536-a284-40fa-be34-c4b65aece1c2.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-cb2a96a0-097b-4b1b-9133-93b31b2d1e7f.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-d9268ca8-047b-45ef-b8c9-dd830f56ae88.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ef54834c-165b-40b9-ab26-93a2a6132563.xml'.
dbug: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[37]
Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ff6303d4-feec-4823-9066-9fd0a84f4404.xml'.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {5a037536-a284-40fa-be34-c4b65aece1c2}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {cb2a96a0-097b-4b1b-9133-93b31b2d1e7f}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {d9268ca8-047b-45ef-b8c9-dd830f56ae88}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ef54834c-165b-40b9-ab26-93a2a6132563}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
Found key {ff6303d4-feec-4823-9066-9fd0a84f4404}.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
Considering key {ef54834c-165b-40b9-ab26-93a2a6132563} with expiration date 2019-12-28 17:47:22Z as default key.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
Decrypting secret element using Windows DPAPI.
dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
Using key {ef54834c-165b-40b9-ab26-93a2a6132563} as the default key.
dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService[0]
Key ring with default key {ef54834c-165b-40b9-ab26-93a2a6132563} was loaded during application startup.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
dbug: Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver[1]
Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
dbug: Microsoft.AspNetCore.Hosting.Diagnostics[0]
Loaded hosting startup assembly BlazorTest
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
Hosting started
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
The request path / does not match a supported file type
dbug: Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler[3]
Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001]
2 candidate(s) found for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005]
Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1]
Request matched endpoint '/_Host'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint '/_Host'
dbug: Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory[12]
Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
Route matched with {page = "/_Host"}. Executing page /_Host
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of exception filters (in the following order): None
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[1]
Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
dbug: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
Executing an implicit handler method - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[2]
Initializing root component 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
dbug: Microsoft.AspNetCore.Components.Routing.Router[2]
Navigating to component BlazorTest.Pages.Index in response to path '' with base URI 'https://localhost:44304/'
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 10 (BlazorTest.Pages.Index) as child of 7 (BlazorTest.Shared.MainLayout)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1]
Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed.
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[3]
Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 0 of type BlazorTest.App
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 7 of type BlazorTest.Shared.MainLayout
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 8 of type BlazorTest.Shared.NavMenu
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 9 of type BlazorTest.Shared.LoginDisplay
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 10 of type BlazorTest.Pages.Index
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4]
Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
Executed page /_Host in 356.9402ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint '/_Host'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 538.2946000000001ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/site.css was not modified
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/bootstrap/bootstrap.min.css was not modified
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /_framework/blazor.server.js was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /_framework/blazor.server.js
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/site.css
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 15.1699ms 304 application/javascript
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 31.9435ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 49.4926ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 6.3654ms 304 text/css
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 11.899000000000001ms 304 application/font-woff
...and debug output:
'iisexpress.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest\bin\Debug\netcoreapp3.0\BlazorTest.dll'. Symbols loaded.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.IIS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.IISIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Timer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Connections.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HostFiltering.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HttpOverrides.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Routing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.ObjectPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Routing.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authentication.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authentication.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Server.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest\bin\Debug\netcoreapp3.0\BlazorTest.Views.dll'. Symbols loaded.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Razor.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Razor.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authorization.Policy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.RazorPages.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Linq.Expressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.JSInterop.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Cryptography.Internal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Antiforgery.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.WebEncoders.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.Encodings.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Caching.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Caching.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Mvc.TagHelpers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Razor.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.StaticFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Connections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.SignalR.Protocols.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.Localization.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\System.Diagnostics.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.Extensions.Hosting.Internal.Host: Debug: Hosting starting
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\Microsoft.Win32.Registry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Resources.ResourceManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Information: User profile is available. Using 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-5a037536-a284-40fa-be34-c4b65aece1c2.xml'.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-cb2a96a0-097b-4b1b-9133-93b31b2d1e7f.xml'.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-d9268ca8-047b-45ef-b8c9-dd830f56ae88.xml'.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ef54834c-165b-40b9-ab26-93a2a6132563.xml'.
Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Debug: Reading data from file 'C:\Users\hfroissart.EURINTER.000\AppData\Local\ASP.NET\DataProtection-Keys\key-ff6303d4-feec-4823-9066-9fd0a84f4404.xml'.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {5a037536-a284-40fa-be34-c4b65aece1c2}.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {cb2a96a0-097b-4b1b-9133-93b31b2d1e7f}.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {d9268ca8-047b-45ef-b8c9-dd830f56ae88}.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {ef54834c-165b-40b9-ab26-93a2a6132563}.
Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Debug: Found key {ff6303d4-feec-4823-9066-9fd0a84f4404}.
Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver: Debug: Considering key {ef54834c-165b-40b9-ab26-93a2a6132563} with expiration date 2019-12-28 17:47:22Z as default key.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.DataProtection.TypeForwardingActivator: Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor: Debug: Decrypting secret element using Windows DPAPI.
Microsoft.AspNetCore.DataProtection.TypeForwardingActivator: Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory: Debug: Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory: Debug: Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider: Debug: Using key {ef54834c-165b-40b9-ab26-93a2a6132563} as the default key.
Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService: Debug: Key ring with default key {ef54834c-165b-40b9-ab26-93a2a6132563} was loaded during application startup.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.HttpsPolicy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Connections.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\System.IO.Pipelines.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Csp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver: Debug: Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver: Debug: Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'Anonymously Hosted DynamicMethods Assembly'.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.Channels.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Net.Http.Headers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Html.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Embedded.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Hosting.Diagnostics: Debug: Loaded hosting startup assembly BlazorTest
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down.
Microsoft.Hosting.Lifetime: Information: Hosting environment: Development
Microsoft.Hosting.Lifetime: Information: Content root path: C:\Users\hfroissart.EURINTER.000\source\repos\BlazorTest\BlazorTest
Microsoft.Extensions.Hosting.Internal.Host: Debug: Hosting started
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/
Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware: Debug: Wildcard detected, all requests with hosts will be allowed.
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: The request path / does not match a supported file type
Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler: Debug: Initializing Razor view compiler with compiled view: '/Pages/_Host.cshtml'.
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: 2 candidate(s) found for the request path '/'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Page: /_Host' with route pattern '' is valid for the request path '/'
Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Debug: Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/'
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Principal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.ComponentModel.Annotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Debug: Request matched endpoint '/_Host'
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executing endpoint '/_Host'
Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory: Debug: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexTypeModelBinderProvider
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Route matched with {page = "/_Host"}. Executing page /_Host
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of exception filters (in the following order): None
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executing page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Debug: Executed page factory for page BlazorTest.Pages.PagesHost (BlazorTest.Views)
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executing an implicit handler method - ModelState is Valid
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.DataProtection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing root component 0 (BlazorTest.App)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 0 of type BlazorTest.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 1 (Microsoft.AspNetCore.Components.Routing.Router) as child of 0 (BlazorTest.App)
Microsoft.AspNetCore.Components.Routing.Router: Debug: Navigating to component BlazorTest.Pages.Index in response to path '' with base URI 'https://localhost:44304/'
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 1 (Microsoft.AspNetCore.Components.Routing.Router)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 2 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 3 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 4 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]])
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 6 (Microsoft.AspNetCore.Components.LayoutView) as child of 5 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 7 (BlazorTest.Shared.MainLayout) as child of 6 (Microsoft.AspNetCore.Components.LayoutView)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 7 of type BlazorTest.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 8 (BlazorTest.Shared.NavMenu) as child of 7 (BlazorTest.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 9 (BlazorTest.Shared.LoginDisplay) as child of 7 (BlazorTest.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 10 (BlazorTest.Pages.Index) as child of 7 (BlazorTest.Shared.MainLayout)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 8 of type BlazorTest.Shared.NavMenu
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Components.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 11 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 12 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 13 (Microsoft.AspNetCore.Components.Routing.NavLink) as child of 8 (BlazorTest.Shared.NavMenu)
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 9 of type BlazorTest.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Initializing component 14 (Microsoft.AspNetCore.Components.Authorization.AuthorizeView) as child of 9 (BlazorTest.Shared.LoginDisplay)
Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization failed.
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 10 of type BlazorTest.Pages.Index
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Rendering component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 0 of type BlazorTest.App
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 1 of type Microsoft.AspNetCore.Components.Routing.Router
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 2 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 3 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 4 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 5 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 6 of type Microsoft.AspNetCore.Components.LayoutView
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 7 of type BlazorTest.Shared.MainLayout
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 8 of type BlazorTest.Shared.NavMenu
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 9 of type BlazorTest.Shared.LoginDisplay
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 10 of type BlazorTest.Pages.Index
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 11 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 12 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 13 of type Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.RenderTree.Renderer: Debug: Disposing component 14 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeView
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker: Information: Executed page /_Host in 356.9402ms
Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executed endpoint '/_Host'
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 538.2946000000001ms 200 text/html; charset=utf-8
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/css/site.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/bootstrap/bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/site.css was not modified
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/_framework/blazor.server.js
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /_framework/blazor.server.js was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /_framework/blazor.server.js
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/bootstrap/bootstrap.min.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/site.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 49.4926ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 15.1699ms 304 application/javascript
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 31.9435ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/css/open-iconic-bootstrap.min.css was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/css/open-iconic-bootstrap.min.css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 6.3654ms 304 text/css
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request starting HTTP/1.1 GET https://localhost:44304/css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Information: The file /css/open-iconic/font/fonts/open-iconic.woff was not modified
Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Debug: Handled. Status code: 304 File: /css/open-iconic/font/fonts/open-iconic.woff
Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 11.899000000000001ms 304 application/font-woff
Reopening to revisit this
@aelmen Unfortunately I don't see anything on the logs. Seems like you only provided the server-side logs.
@henri-eh Similar answer
Can you provide the browser logs as well as indicate the browser you are using?
Could you attach the logs as files instead of pasting them on the comment? It makes it much clearer for us when we investigate.
i tried this inside the Windows sandbox with RTM bits and I wasn't able to repro it.
@aelmen @henri-eh Also, just to confirm, you using IIS Express on Windows?
@javiercn @henri-eh
I can confirm that this is working well on a fresh developer machine with Windows 10.0.18362, Visual Studio 16.3.3 IIS Express 180904-1626 and DotNet Core 3.0.100.
I can't really see what differs on my other machine, but maybe it is an local deployment issue?
I will do some further investigations.
@javiercn Yes, this is running IIS Express, on Windows 18362.10022 French version.
Can confirm with dotnet core 3.0.100; when self-hosted in Kestrel and without VisualStudio.
Windows 10.0.18362.0
@henri-eh Can you use the following snippet to capture the browser logs and see if there's any error there?
<script src="_framework/blazor.server.js" autostart="false"></script>
<script>
function start() {
Blazor.start({
logLevel: 1, // LogLevel.Debug
configureSignalR: build => builder.configureLogging("debug") // LogLevel.Debug
});
}
</script>
also add
"detailedErrors": true
to your appSettings.Development.json
I solved the issue by switching from WebHost.CreateDefaultBuilder(args)
to Host.CreateDefaultBuilder(args)
. Example:
old Version
using System.IO;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
[Obsolete("do not use", true)]
public static class WebHostFactory
{
public static IWebHost BuildWebHost(string[] args)
{
return WebHost.CreateDefaultBuilder(args)
.ConfigureAppConfiguration((builderContext, config) =>
{
var env = builderContext.HostingEnvironment;
config
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true, reloadOnChange: true)
.AddEnvironmentVariables();
})
.UseIISIntegration()
.UseKestrel(KestrelFactory.Configure)
.UseDefaultServiceProvider((context, options) =>
{
options.ValidateScopes = context.HostingEnvironment.IsDevelopment();
})
.ConfigureLogging((_, logging) =>
{
logging.AddSerilog();
})
.UseStartup<Startup>()
.Build();
}
}
new Version
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
public static class HostFactory
{
public static IHost BuildHost(string[] args)
{
return Host.CreateDefaultBuilder(args)
.ConfigureAppConfiguration((hostingContext, config) =>
{
var env = hostingContext.HostingEnvironment;
config
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true, reloadOnChange: true)
.AddEnvironmentVariables();
})
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.UseStartup<Startup>();
webBuilder.UseIISIntegration();
webBuilder.UseKestrel(KestrelFactory.Configure);
})
.UseDefaultServiceProvider((context, options) =>
{
options.ValidateScopes = context.HostingEnvironment.IsDevelopment();
})
.ConfigureLogging(logging =>
{
logging.AddSerilog();
})
.Build();
}
}
Can you check your Program.cs and ensure you are using the new builder?
@MovGP0 Thanks for providing details about your fix.
I have no idea on how the old webhost vs new host affect windows authentication. @Tratcher or @jkotalik is there any meaningful difference on the host being used for Windows Auth that can cause this issue?
@henri-eh Can you check on @MovGP0 fix and see if that's what you are running into? If you are not starting a new app from the template that's very valuable information, as your issue might be in your app setup not being current. If that's the case, can you check if you repro from file->new project?
WebHost vs GenericHost should have no impact on Windows auth. However, 3.0 did include a number of behavior tweaks for Windows auth.
Can someone please attach or share on github a full app that reproduces the issue? Preferably one that starts with a 3.0 template.
@Tratcher for me (the OP) the default templates exhibited the issue until I completely rebuilt my dev PC (uninstalling and reinstalling VS and the SDKs did not help). I suspect this is an issue with the preview bits installer and the GA bits not playing nicely.
@cedwards-telis Thanks for the clarification.
I was on the wrong track. the HostBuilder has nothing to do with it. In fact, It now works with both versions.
The reason I was on the wrong track is, that my test project had a different launchsettings.json
file. Thus, VisualStudio was launching the copy of the project differently than the original.
{
"iisSettings": {
"windowsAuthentication": true,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:10724",
"sslPort": 44328
}
},
"profiles": {
"new": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"old": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:8001;http://localhost:8000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
@MovGP0 Can you clarify if it is working for you now?
If that's not the case, can you tell us whether you are updating an existing project or have created a new one from scratch?
If you are upgrading an existing project, can you file a separate issue as your issue might be completely different from this one and provide a minimal repro project for the issue?
Can you also try and see if it reproduces after creating a project from scratch, and if so, capture all the relevant logging as described in https://github.com/aspnet/AspNetCore/issues/14373#issuecomment-541651055 and attach it to either this issue or a new one so that we can help you?
Thanks in advance.
yes it's working and there is no issue with projects from scratch. it appears to be some issue with a cached/stored setting of the host environment.
If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our bug bounty but ONLY if it is reported through email.
Describe the bug
In Server Side Blazor in .net core 3 and asp.net core 3 onclick events are not firing when Windows Authentication is enabled.
To Reproduce
Steps to reproduce the behavior:
Open visual studio 16.4 preview 1 with .net 3.0 GA installed (and latest templates etc.). Select Create new project -> Blazor App -> Next -> Create -> Ensure Blazor Server App is selected and click change under authentication type and select Windows Authentication.
When the project is created press F5 and then click on Counter in the left hand menu of the web browser that appears. You will observer that clicking "Click me" does not increment the counter.
Close the browser and open the project properties. Navigate to debug. Untick "Enable Windows Authentication" tick "Enable Anonymous Authentication" and press CTRL + S. Press press F5 and then click on Counter in the left hand menu of the web browser that appears. You will observer that clicking "Click me" does increment the counter.
Expected behavior
I expected the counter to increment in both cases as it did on rc1.