SolutionExtensions Class

Summary

Extensions for finding projects in solutions
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SolutionExtensions"] class Type type-node

Syntax

public static class SolutionExtensions

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
GetTestProjects(Solution, string) IEnumerable<Project>
Gets the test projects.
static
WherePackable(Solution) IEnumerable<Project>
Gets the Nuke.Common.ProjectModel.Project that are marked packable.
static