-
The property Options is not defined in the class EmailSender
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: fe1bea…
-
I do a standard blazor project serverside prerender and add identity scaffolding.
After that, I launch the site and an infinite loop happens because of Login.cshtml/Login.cshtml.cs in Areas\Identit…
-
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 94bfd895-d2af-390b-0801-428b36a27ff4
*…
-
The instructions for setting up Apache say to turn ProxyRequests on. This is incorrect and dangerous. By doing so you turn Apache into an open proxy, which is ripe for abuse.
According to the Apach…
-
Morning, does anyone know, how to add Detection of .NET 6 or .NET 7 with WixSharp or pure Wix Toolset v4 ?
My Programm based on NET 6 and will be upgraded to NET 7 end of this year. How can i add i…
-
Hi the Schema http://schemas.microsoft.com/XML-Document-Transform has been moved as displayed by the error message if you try to look at it.
it would be nice if the sample code has the correct url…
-
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 7e7ba96d-bae0-96ee-e76a-71c6e5f4c23f
* Version Independent ID: 5…
-
The docs don't mention it but to configure Kestrel for certificate authentication, you must place the following _before_ UseKestrel() is defined.
```
.ConfigureKestrel(options => {
options.…
-
### NuGet Product Used
dotnet.exe, MSBuild.exe, Other/NA
### Product Version
8.0.3
### Worked before?
_No response_
### Impact
I'm unable to use this version
### Repro Steps & …
-
The Endpoints Explorer window only recognizes literal strings for routes. For example, the following declaration shows up in the Endpoints Explorer window:
```csharp
public static class MyEndpo…