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 |
---|---|
Nullable |
|
NullableAttribute |
Methods
Name | Value | Summary |
---|---|---|
GetTestProjects |
IEnumerable |
Gets the test projects.
static
|
WherePackable |
IEnumerable |
Gets the
Nuke.Common.ProjectModel.Project that are marked packable.
static
|