Summary
Base build plan for Xamarin Android based applications
- Assembly
- Rocket
.Surgery .Nuke .Xamarin .dll - Namespace
- Rocket
.Surgery .Nuke .Xamarin - Interfaces
graph BT
Type-.->Interface0["IXamarinBuild"]
click Interface0 "/api/Rocket.Surgery.Nuke.Xamarin/IXamarinBuild"
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["IXamarinAndroidBuild"]
class Type type-node
Syntax
public interface IXamarinAndroidBuild : IXamarinBuild, IRocketBoosterBuild
Properties
Name | Value | Summary |
---|---|---|
XamarinAndroid | Target |
Core target that can be used to trigger all targets for this build
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|