CopyFilePattern Class

Definition

Represents a file pattern for copying dependency files in a Dockerfile.

public sealed class CopyFilePattern : IEquatable<Aspire.Hosting.JavaScript.CopyFilePattern>
type CopyFilePattern = class
    interface IEquatable<CopyFilePattern>
Public NotInheritable Class CopyFilePattern
Implements IEquatable(Of CopyFilePattern)
Inheritance
CopyFilePattern
Implements

Constructors

CopyFilePattern(String, String)

Represents a file pattern for copying dependency files in a Dockerfile.

Properties

Destination

The destination path where files should be copied (e.g., "./").

Source

The source pattern for files to copy (e.g., "package*.json").

Methods

<Clone>$()
Deconstruct(String, String)
Equals(CopyFilePattern)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(CopyFilePattern, CopyFilePattern)
Inequality(CopyFilePattern, CopyFilePattern)

Applies to