-
I got an error when running the command code -r RazorPagesMovie: code : The term 'code' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the…
-
[Enter feedback here]
Search String has not been implemented at this stage Part 4, Search String was introduced in Part 7. Learners might run into syntax errors if they copy and paste the code.
![…
-
Would be nice to have an example of the Webassembly standalone app that calls the backend API and logins with bearer tokens instead with cookie (like the most mobile apps do)
Like described in the …
-
**Describe the issue**
When running this blazor sample initially the authentication works well, but if you idle on the page (I'm assuming until the auth token needs to be refreshed) then you get this…
-
I did some research on this before reporting it.
This is a complex issue to describe so I'll present my conclusions first, give a narrative of what happened and present evidence to support my conc…
-
Since there is no longer a `Pages/_Host.cshtml` (or `Pages/_Host.cshtml.cs`), how will request header values be accessible without access to `HttpContext`?
---
#### Document Details
⚠ *Do not e…
-
Create Rdg7 folder to contain sample [here](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/aot/diagonstics) and follow [Rdg1](https://github.com/dotnet/AspNetCore.Docs.Sample…
-
Under the concurrency section, there is a small grammar mistake.
"The concurrency limiter limits the number concurrent requests." should be "The concurrency limiter limits the number of concurrent …
-
As recently announced, the .NET team is adding new APIs for JSON parsing. IdentityModel currently relies on Newtonsoft.Json for JSON parsing. This often causes problems for customers who want to use a…
-
I'm using VS Code to work through the MVC tutorial.
the using clauses in my file appear to match the completed example code in the github repo, but VSCode is highlighting 'WebApplication' and tellin…