Summary
Injects an instance of
Nuke.Common.Tools.GitVersion.GitVersion
based on the local repository.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Base Types
-
- Injection
Attribute Base
- Injection
graph BT
Type-->Base0["InjectionAttributeBase"]
Type["ComputedGitVersionAttribute"]
class Type type-node
Syntax
public class ComputedGitVersionAttribute : InjectionAttributeBase
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute | |
Used |
|
Exclude |
Constructors
Name | Summary |
---|---|
Computed |
Computes the GitVersion for the repository. |
Computed |
Computes the GitVersion for the repository. |
Properties
Name | Value | Summary |
---|---|---|
DisableOnUnix | bool |
DisableOnUnix
|
UpdateAssemblyInfo | bool |
UpdateAssemblyInfo
|
Methods
Name | Value | Summary |
---|---|---|
GetValue |
object | |
HasGitVer |
bool |
Returns if GitVersion data is available
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|