Tom Dykstra

Results 98 comments of Tom Dykstra

@ivanpovazan @steveisok I'm not sure how to translate the code in https://github.com/dotnet/runtime/pull/90208 and https://github.com/dotnet/runtime/pull/90950 to the table in the doc. @timdeschryver made a proposed update that you can see [here](https://github.com/timdeschryver/dotnet-docs/blob/1030f7a587b377470680c1e17d4894b8c57ed4f4/docs/core/tools/telemetry.md?plain=1#L96-L109)....

Thanks for reporting this and for assisting with the fix for it, @roby70.

This article is about adding authentication to a web API app, not a web app. Did you start with a web API, either minimal API or controller-based, that didn't have...

If you create a new web API project with the project template, it doesn't require email account confirmation. To add email capability to the project you have, see https://learn.microsoft.com/en-us/aspnet/core/security/authentication/accconfirm

Are you using the .NET 8.0 SDK (GA release, not a preview or RC)?

What template options did you specify? Where does it error and what is the message when you start with the template?

>Does that all sound ok? Sounds OK to me.