dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.64k stars 25.28k forks source link

Error in code sample #30019

Closed nlips closed 1 year ago

nlips commented 1 year ago

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.

guardrex commented 1 year ago

Hello @nlips ... Can you provide the full stack trace or more info if that's not a runtime error? I don't think that will be enough info for Rick to go on, given that the property is defined in the class with ...

public AuthMessageSenderOptions Options { get; } //Set with Secret Manager.

nlips commented 1 year ago

Yes, sorry. I didn't see it!