ConnectedDotNetSolution
classNamespace: MyLittleContentEngine.Services.Content.Roslyn
Solution connected to the .
Declaration
public record ConnectedDotNetSolution
Inheritance
object
→ ConnectedDotNetSolution
Implements
System.IEquatable<MyLittleContentEngine.Services.Content.Roslyn.ConnectedDotNetSolution>
Propertys
ExcludedProjects
propertypublic string[] ExcludedProjects { get; init; }
Gets or sets the project names to exclude from syntax highlighting.
Returns:
string[] ConnectedDotNetSolution.ExcludedProjects
IncludedProjects
propertypublic string[] IncludedProjects { get; init; }
Gets or sets the project names to include for syntax highlighting.
Returns:
string[] ConnectedDotNetSolution.IncludedProjects
SolutionPath
propertypublic 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