XamarinConfiguration Class

Summary

Represents xamarin build configuration.
Assembly
Rocket.Surgery.Nuke.Xamarin.dll
Namespace
Rocket.Surgery.Nuke.Xamarin
Base Types
  • Configuration
graph BT Type-->Base0["Configuration"] Type["XamarinConfiguration"] class Type type-node

Syntax

public class XamarinConfiguration : Configuration

Attributes

Type Description
NullableContextAttribute
NullableAttribute
TypeConverterAttribute

Constructors

Name Summary
XamarinConfiguration()

Fields

Name Constant Value Summary
DebugDev
The debug dev
static
DebugMock
The debug mock
static
DebugTest
The debug test
static
Dev
The dev
static
Mock
The mock
static
Store
The store
static
Test
The test
static

Methods

Name Value Summary
ToString() string

Operators

Name Value Summary
implicit operator string(XamarinConfiguration) string

Extension Methods