ResxConverterAliases.

ResxConverter(ICakeContext) Method

Summary

ResxConverter alias.

Syntax

public static ResxConverterProvider ResxConverter(this ICakeContext context)

Examples

Cake task:

Task("ResxConverter")
.Does(() =>
{
    ResxConverter.ConvertToAndroid("./Resources", "./Generated");
});

Attributes

Type Description
CakePropertyAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake context

Return Value

Type Description
ResxConverterProvider ResxCoverter conversion options