The documentation comes from the Markdown files in the source code, so is always up-to-date but available only in English. Enjoy!
run_build tool instead of run_command_in_terminal with dotnet build
run_build tool automatically uses Visual Studio's integrated compiler (much faster than dotnet CLI)dotnet build in terminal if run_build is unavailable or specific CLI flags are requiredDescriptionManager:
typeof(LabelEntity).NiceName() / typeof(LabelEntity).NicePluralName())ReflectionTools.GetPropertyInfo((LabelEntity l) => l.Name).NiceName() or often just pi.NiceName())LabelState.Active.NiceToString()) public enum YourMessage
{
[Description("My favorite food is {0}")]
MyFavoriteFoodIs0,
}YourMessage.MyFavoriteFoodIs0.NiceToString("Tom Yum Soup")).yarn tsgo --build.LabelEntity.niceName() / LabelEntity.nicePluralName())LabelEntity.nicePropertyName(a => a.name))LabelState.niceToString("Active"))YourMessage.MyFavoriteFoodIs0.niceToString("Tom Yum Soup") (a shortcut for .niceToString().formatWith("Tom Yum Soup")).formatHtml/joinHtml to produce React nodes with formatting.© Signum Software. All Rights Reserved.
Powered by Signum Framework