Table of Contents

Namespace SunamoDevCode.Data

Classes

CsprojsInSolution

Represents the collection of csproj files and their folder paths within a solution.

DotnetBuildOutputLine

Represents a single line from dotnet build output containing error or warning information.

ExistsNonExistsList<T>

Generic class that separates items into two lists: existing and non-existing.

ParseGlobalUsingsResult

Result of parsing global usings from a C# file.

UnindexableFiles

Singleton class that maintains collections of files that should not be indexed.

UniqueCsprojs

EN: Loads all csproj in directory, can convert from path to name and vice versa CZ: Načte všechny csproj v dir, umí převádět z cesty na název a vice versa