ConnectedDotNetSolution

class

Namespace: MyLittleContentEngine.Services.Content.Roslyn

Solution connected to the .

Declaration

public record ConnectedDotNetSolution

Inheritance

objectConnectedDotNetSolution

Implements

  • System.IEquatable<MyLittleContentEngine.Services.Content.Roslyn.ConnectedDotNetSolution>

Propertys

ExcludedProjects

property
public string[] ExcludedProjects { get; init; }
Gets or sets the project names to exclude from syntax highlighting.
Returns: string[] ConnectedDotNetSolution.ExcludedProjects

IncludedProjects

property
public string[] IncludedProjects { get; init; }
Gets or sets the project names to include for syntax highlighting.
Returns: string[] ConnectedDotNetSolution.IncludedProjects

SolutionPath

property
public required string SolutionPath { get; init; }
Gets or sets the path to the solution file (.sln) that contains the projects to be used for syntax highlighting.
Returns: string ConnectedDotNetSolution.SolutionPath