---> System.TypeInitializationException: The type initializer for 'MsgReader.Rtf.Font' threw an exception.
---> System.ArgumentException: 'Windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name')
Solution: Include System.Text.Encoding.Codepages nuget by default
---> System.TypeInitializationException: The type initializer for 'MsgReader.Rtf.Font' threw an exception. ---> System.ArgumentException: 'Windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name')
Solution: Include System.Text.Encoding.Codepages nuget by default