AzureZeng.MSBuildTasks.Json2Resources 0.0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package AzureZeng.MSBuildTasks.Json2Resources --version 0.0.1.2                
NuGet\Install-Package AzureZeng.MSBuildTasks.Json2Resources -Version 0.0.1.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureZeng.MSBuildTasks.Json2Resources" Version="0.0.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureZeng.MSBuildTasks.Json2Resources --version 0.0.1.2                
#r "nuget: AzureZeng.MSBuildTasks.Json2Resources, 0.0.1.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureZeng.MSBuildTasks.Json2Resources as a Cake Addin
#addin nuget:?package=AzureZeng.MSBuildTasks.Json2Resources&version=0.0.1.2

// Install AzureZeng.MSBuildTasks.Json2Resources as a Cake Tool
#tool nuget:?package=AzureZeng.MSBuildTasks.Json2Resources&version=0.0.1.2                

Json2Resource

This NuGet package helps you convert JSON resource file(s) to .NET resource files.

Currently, this package is enough for normal usage. Maybe more features are needed to be implemented in the future.

WARNING: This package may have some break changes in the future.

Usage

After installing this package, add JSON resource file(s) as JsonResource item type.


<ItemGroup>
    <JsonResource Include="Test.json"/>
</ItemGroup>

It will be compiled and embedded to assembly automatically.

Supported properties

Property Name Description Default Value
FilePrefix The prefix of resource keys which resources are load from external files $file:
LogicalName The logical resource name in assembly Auto-determined by task
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1.4 128 8/19/2024
0.0.1.3 87 7/17/2024
0.0.1.2 89 7/17/2024