Skip to content

[FC-0001] CSCore-Unterprojekt anlegen und in Solution integrieren (Build-baseline) #109

@tomtastisch

Description

@tomtastisch

Ziel

Neues C# Class Library Unterprojekt FileClassifier.CSCore unter ./src/ anlegen, in die Solution aufnehmen und lokal deterministisch bauen.

Scope

In Scope

  • src/FileClassifier.CSCore/ anlegen (C# Class Library)
  • FileClassifier.CSCore.csproj erstellen
  • Projekt zur .sln hinzufügen
  • Baseline-Build lokal verifizieren

Out of Scope

  • ProjectReference in VB
  • Records/Mapperly/Source Generators
  • CI/Docs

Umsetzung (Steps)

  1. dotnet new classlib -n FileClassifier.CSCore -o src/FileClassifier.CSCore
  2. dotnet sln add src/FileClassifier.CSCore/FileClassifier.CSCore.csproj
  3. dotnet build im Repo-Root ausführen

Definition of Done (DoD)

  • Ordner src/FileClassifier.CSCore/ existiert
  • src/FileClassifier.CSCore/FileClassifier.CSCore.csproj ist in .sln enthalten
  • dotnet build im Repo-Root läuft ohne Fehler
  • Keine Änderungen am bestehenden VB-Projekt

Evidence

  • Build-Log oder CI/Console Output von dotnet build (Repo-Root)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciCI/workflow changedocsDocumentation change

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions