messageformat.net icon indicating copy to clipboard operation
messageformat.net copied to clipboard

ICU MessageFormat implementation for .NET.

Results 9 messageformat.net issues
Sort by recently updated
recently updated
newest added

We encountered an incompatibillity with messageformat.js. When you use a boolean für a select, then messageformat.js converts it to true/false for the key, but messageformat.net converts it to True/False. I...

I am porting some code over to .NET from Java and it uses the JDK's `MessageFormat` class to format some strings. I am having 2 issues with compatibility here as...

Hi! How about other formatters supported by messageformat.net and defined by the spec? Especially `number`, because otherwise there's no way for `plural` to work as it is supposed to, since...

When enabling [InvariantGlobalization](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md) (which I believe is now the default in API/gRPC/Worker project templates), the library fails with: ``` System.Globalization.CultureNotFoundException : Only the invariant culture is supported in globalization-invariant mode....

Fixes link to https://unicode-org.github.io/icu/userguide/format_parse/messages/ The old link redirects to https://unicode-org.github.io/icu/userguide/, so deep-linking to the correct page is broken. I hope the link I changed to is the correct one?

In application I am working on, we have a lot of user generated content which gets updated and changed over time. This results in some of the configured variables to...

Source generators must use NetStandard 2.0 as per documentation (see https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview). Having .NET 6 and .NetStandard 2.1 included has been causing VS2022 to load the wrong version and not run...

A number of the Unit tests have been failing on my system straight out of the box, without making any modifications to the library. I have found that this is...

I was attempting to format the following string and hit "Format 'selectordinal' could not be resolved": > "{index, selectordinal, other {Slot #}}" This is a toy example where in English...