This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ResxConverter.
Summary
ResxConverter alias.
- Assembly
- Cake
.ResxConverter .dll - Namespace
- Cake
.ResxConverter - Containing Type
- ResxConverterAliases
Syntax
public static ResxConverterProvider ResxConverter(this ICakeContext context)
Examples
Cake task:
Task("ResxConverter")
.Does(() =>
{
ResxConverter.ConvertToAndroid("./Resources", "./Generated");
});
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The Cake context |
Return Value
Type | Description |
---|---|
Resx |
ResxCoverter conversion options |