IanLedzion

Results 4 comments of IanLedzion

Thanks, that makes sense. As my SMTP configuration is a bit more complex the Func overload would be more appropriate: ``` services.AddFluentEmail("[email protected]") .AddSmtpSender(() => new SmtpClient{/* Options */}); ``` I'll...

I've had a similar case with Guids stored as Oracle RAW(16). Adding a TypeHandler seems to work for getting the data out of the DB, but the SetValue method does...

Same problem for me. @JohnnyOpcode did you find a workaround?

I added an empty file called file.ts to the netstandard2.1 directory. Any file name will do, it just has to have the .ts suffix.