AssemblyInfoParseResult Class

Summary

Represents the content in an assembly info file.
Namespace
Cake.Common.Solution.Project.Properties
Base Types
  • object
graph BT Type-->Base0["object"] Type["AssemblyInfoParseResult"] class Type type-node

Syntax

public sealed class AssemblyInfoParseResult

Constructors

Properties

Name Value Summary
AssemblyFileVersion string
Gets the assembly file version.
AssemblyInformationalVersion string
Gets the assembly informational version.
AssemblyVersion string
Gets the assembly version.
ClsCompliant bool
Gets a value indicating whether the assembly is CLS compliant.
Company string
Gets the assembly company attribute.
ComVisible bool
Gets a value indicating whether the assembly is accessible from COM.
Configuration string
Gets the assembly configuration attribute.
Copyright string
Gets the assembly copyright attribute.
Description string
Gets the assembly's description attribute.
Guid string
Gets the assembly GUID attribute.
InternalsVisibleTo ICollection<string>
Gets the assemblies that internals are visible to.
Product string
Gets the assembly product Attribute.
Title string
Gets the assembly title Attribute.
Trademark string
Gets the assembly trademark Attribute.

Extension Methods

Name Value Summary
Dump<AssemblyInfoParseResult>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AssemblyInfoParseResult>(AssemblyInfoParseResult[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AssemblyInfoParseResult>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AssemblyInfoParseResult>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AssemblyInfoParseResult>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AssemblyInfoParseResult>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin