SmartFormat.NET v1.7.1.1 Release Notes

    • ๐Ÿ“œ No more ambiguity between named formatters and string.Format formatting arguments: The parser checks whether the parsed name exists in one of the formatter extensions.
    • ๐Ÿš€ SmartFormatter and Parser default to ErrorAction = ErrorAction.Ignore in release AND debug mode
    • SmartFormatter has EventHandler OnFormattingFailure
    • ๐Ÿ“œ Parser has EventHandler OnParsingFailure
    • ๐Ÿšš Obsolete FormatItem.Text property removed (was replaced by RawText property some time ago)
    • Assemblies are signed with a strong name key file
    • ๐Ÿ‘Œ Supported frameworks are .Net 4.0, .Net 4.5, .Net Core - dropped .Net 3.5 and earlier
    • โž• Added an icon to the nuget package