This repository contains legacy and modern C# projects. A minimal runnable entry point is available via ConsoleApp.
- .NET SDK (10.0 or later)
- Mono / xbuild for legacy project restoration on Linux
- Open a terminal in
/workspaces/code-0 - Build the legacy Tokenizer dependency:
xbuild Tokenizer/Tokenizer.csproj /p:Configuration=Debug- Build the console application:
dotnet build ConsoleApp/ConsoleApp.csproj -c Debugprintf '\n' | dotnet run --project ConsoleApp/ConsoleApp.csproj -c DebugYou should see output similar to:
Neural Network Designer ConsoleBrain initialized.Total neurons: 1000
ConsoleAppnow referencesHABas a project dependency.HABnow referencesJaStDev.LogService.dllfromexternal libs/JaStDev.LogService.dll.- The legacy
Tokenizerproject is built with Mono/xbuild and produces the requiredTokenizer.dll.