Druware.Server.Content 1.1.10

Druware.Server.Content

The Content namespace contains all of the relevant bits to enable a simple but effective CMS within the context of an application that includes it.

How to add new fields to an entity

Command Lines to build new migrations when fields are added

dotnet ef migrations add article-v2 --output-dir Migrations/Microsoft --context ContentContextMicrosoft
dotnet ef migrations add article-v2 --output-dir Migrations/PostgreSql --context ContentContextPostgreSql
dotnet ef migrations add article-v2 --output-dir Migrations/Sqlite --context ContentContextSqlite

No packages depend on Druware.Server.Content.

Added a Sqlite context

.NET 8.0

  • No dependencies.

Version Downloads Last updated
1.1.13 2 01/31/2026
1.1.12 3 01/02/2026
1.1.10 6 12/09/2025
1.1.9 5 12/09/2025
1.1.8 4 12/08/2025
1.1.7 6 11/22/2025
1.1.6 8 11/21/2025
1.1.5 8 11/21/2025
1.1.4 7 11/21/2025