Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 985 Bytes

File metadata and controls

15 lines (11 loc) · 985 Bytes

SurfTimer.Shared

SurfTimer.Shared is a shared .NET 8 class library used across the SurfTimer solution.
It provides a centralized foundation for common logic and data structures, ensuring consistent behavior between different projects.

✨ Features

  • DTOs and Entities: Strongly-typed models representing SurfTimer data.
  • Custom Data Types & Handlers: Type-safe conversions and helpers for specialized values.
  • Database Integration: Built-in support for MySqlConnector and Dapper.
  • Code Reuse: Centralizes logic shared by both the API and the Counter-Strike 2 plugin.

🔗 Dependencies

Both SurfTimer.Api and SurfTimer.Plugin (also called Timer) rely on this library.
They will NOT work without it, as it contains the core definitions required to interact with the database and exchange data.