-
Hi, I cloned and compiled `dotnet/razor` with `dotnet build .\Razor.sln`. Both `.\build.ps1` and `.\build.cmd` give me errors. The build results in an `artifacts\bin\rzls\Debug\net8.0\rzls.dll`. When …
-
I want to remove the scope identifier.
Expected HTML Markup:
```HTML
Hello Razor pages
```
Actual HTML Markup:
```HTML
Hello Razor pages
```
### Questions
1. How to remove the css sco…
-
Hi everyone,
I'm currently working on incrementally updating my WebForms website using the Microsoft Reverse Proxy in a new .NET Core application. I've added the necessary services in program.cs, b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
https://twitter.com/davidfowl…
-
Improve performance characteristics on APIs built with ASP.NET Core MVC.
Areas of interest:
- [x] Create scenarios to track progress
- [ ] Benchmark endpoint routing with parameters, and more r…
-
I try to going through The asp.net core Razor pages tutorial because they noted it was for beginners, with VS code but some of the guide to follow are terrible.
I am a beginner and at least snippe…
-
**_Moved from original issue by @jamesBrosnahan at https://github.com/dotnet/core/issues/2587_** :
Problem encountered on https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/create…
-
Hi,
first of all thank you for developing this extension, it makes life really easier when it comes to localization in ASP.net core.
Unfortunately, the latest Visual Studio release 17.12.0 seeme…
-
Firstly a great library, I've been using your library for a while, and recently with the introduction of ASP.NET 2.1 Identity as a library
https://docs.microsoft.com/en-us/aspnet/core/security/authe…
-
I have a Contoso University example server that demonstrates how to use the Entity Framework Core in an ASP.NET Core Blazor server, no WebAssembly (WASM). This Blazor Contoso University server is an …