IncaTechnologies.LocalizationFramework.Tools
1.0.6
Prefix Reserved
dotnet tool install --global IncaTechnologies.LocalizationFramework.Tools --version 1.0.6
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local IncaTechnologies.LocalizationFramework.Tools --version 1.0.6
#tool dotnet:?package=IncaTechnologies.LocalizationFramework.Tools&version=1.0.6
nuke :add-package IncaTechnologies.LocalizationFramework.Tools --version 1.0.6
IncaTechnologies.LocalizationFramework.Tools
Important note
This tool is complementary of IncaTechnologies.LocalizeFramework. It is also automatically installed when the LocalizeFramework is installed. You might want to install it directly, in case of versioning controls or because of unexpected erros during the installation process.
What does it do?
It generates .incaloc file based on the properties decorated with IncaLocalizeAttribute
.
dotnet inca-loc [-Diagnostic] [-Input <String>] [-Output <String>] [-Generator <String>] [-Cultures <String>] [<CommonParameters>]
The -Diagnostic parameter is for development purposes only, not really useful in any other circumstances.
The -Generator parameter is in development and, if specified, it might not work or it might cause errors, do not use it.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
1.0.1 - Release
1.0.2 - Bug fix and improvments
1.0.3 - Bug fix could not find localize attribute
1.0.4 - Bug fix with filescoped namespace
1.0.5 - Bug fix and improvments
1.0.6 - Bug that cause the incaloc files to have wrong namespace