Commit Graph
4 Commits
Author SHA1 Message Date
07118e6fd6 Move serena.sln to C# test resources directory
Relocates the solution file to test/resources/repos/csharp/
to organize C# test assets and keep the root directory clean.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 23:42:44 +02:00
Claude Assistant 2a77363cdf chore: Remove and gitignore C# build artifacts
- Delete obj/ and bin/ directories from test project
- Add .gitignore for C# test project to exclude build artifacts
- Prevents committing build files, temporary files, and NuGet packages
2025-06-25 23:21:41 +01:00
Claude Assistant d44ea9c6e5 Fix remaining import errors in CSharpLanguageServer
- Change from solidlsp.exceptions to solidlsp.ls_exceptions
- Change from solidlsp.logger to solidlsp.ls_logger

These modules follow the ls_ prefix convention used throughout the solidlsp package.
2025-06-25 22:27:24 +01:00
Tom Longhurst eb8b118d62 Initial Commit 2025-06-25 22:01:46 +01:00