Files
aliasvault/apps/server/Shared/AliasVault.Shared
dependabot[bot] 22a8c78a4d Bump the nuget group with 1 update
Bumps HtmlSanitizer from 9.0.889 to 9.0.892

---
updated-dependencies:
- dependency-name: HtmlSanitizer
  dependency-version: 9.0.892
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 21:38:10 +00:00
..

AliasVault.Shared

This project contains shared models, DTOs, and functionality used across the AliasVault solution. Unlike AliasVault.Shared.Core, this project can include external dependencies and more complex shared logic.

Purpose

This library provides shared components used by both client and server applications:

  • Data transfer objects (DTOs)
  • Domain models
  • Shared services
  • Extension methods
  • Common utilities

Dependencies

This project can include external dependencies as needed such as utility libraries etc.