WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

sending mailmessage via smtpclient. normalization errors #577

Open JT-50 opened 6 months ago

JT-50 commented 6 months ago

when creating a basic email in vb.net

the following code:

Dim mail As New MailMessage()
mail.From = New MailAddress("meadow@example.com")

fails with the error: The type initializer for 'System.Text.Normalization' threw an exception.

I also saw this message when trying to change up my code: System.NotSupportedException: This runtime has been compiled without string normalization support.

adrianstevens commented 6 months ago

Thanks @JT-50 - we'll need to investigate, this may be a linker error