#318 broke localization
Some strings are still localized (e.g. ErrorMessages.Format is still used), but many actually useful messages are hardcoded again, like "Unknown identifier"
|
: base(string.Format("Unknown identifier '{0}'", identifier), position) |
#318 broke localization
Some strings are still localized (e.g.
ErrorMessages.Formatis still used), but many actually useful messages are hardcoded again, like "Unknown identifier"DynamicExpresso/src/DynamicExpresso.Core/Exceptions/UnknownIdentifierException.cs
Line 10 in 590910d