csproj
49Cursor rule Cursor
Project configuration rules for a C#/.NET project. They define the target platform version, the project format, and how package versions are managed centrally.
Cursor rule Cursor
Project configuration rules for a C#/.NET project. They define the target platform version, the project format, and how package versions are managed centrally.
Cursor rule Cursor
A set of rules for writing CSS, the language used to style web pages. It covers naming, themes, animations, and AMIS style overrides.
Cursor rule Cursor
A set of project rules for database work with CodeSpirit and Entity Framework Core, a .NET library for working with databases through C# objects. It covers database design and migration commands.
Cursor rule Cursor
A set of CodeSpirit rules for dependency injection, which supplies code components with the other components they need. It covers automatic registration and component lifetimes.
Cursor rule Cursor
A set of development rules for data transfer objects, or DTOs: structures used to move data between parts of an application. It covers validation, mapping, and multilingual support.
Cursor rule Cursor
A coding standard for defining enumerations, which are fixed sets of named values. It covers display labels and support for multiple languages.
Cursor rule Cursor
A set of internationalisation rules for supporting multiple languages in an application. Internationalisation means designing software so text and other content can be localised for different languages and regions.
Cursor rule Cursor
A set of JavaScript development rules covering AMIS integration, module patterns, API requests, and token management. AMIS is a framework for building web interfaces from configuration.
Cursor rule Cursor
A naming guide for common application parts such as entities, data-transfer objects, services, and controllers. These are typical building blocks in software that exposes APIs and handles business logic.
Cursor rule Cursor
A set of package-management rules for keeping dependency versions together and removing unnecessary references.
Cursor rule Cursor
A set of software-performance rules covering asynchronous code, caching, database-query improvements, and distributed systems.
Cursor rule Cursor
A detailed guide to the directory structure and component categories of a CodeSpirit project.