Show / Hide Table of Contents

Class DotNetSettingsExtensions

Extension methods for .NET settings.

Inheritance
object
DotNetSettingsExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
public static class DotNetSettingsExtensions

Methods

View Source

SetFramework(DotNetPackSettings, string)

Sets the target framework to pack.

Declaration
public static DotNetPackSettings SetFramework(this DotNetPackSettings s, string framework)
Parameters
Type Name Description
DotNetPackSettings s

The settings to modify.

string framework

The framework name.

Returns
Type Description
DotNetPackSettings

The modified settings.

View Source

SetPlatform(DotNetTestSettings, string)

Sets the platform to test.

Declaration
public static DotNetTestSettings SetPlatform(this DotNetTestSettings s, string platform)
Parameters
Type Name Description
DotNetTestSettings s

The settings to modify.

string platform

The platform name.

Returns
Type Description
DotNetTestSettings

The modified settings.

  • View Source
In this article
Back to top Generated by DocFX