Updated `DigitalData.UserManager.Domain.csproj` to target .NET Framework 4.6.2 alongside .NET 7.0, 8.0, and 9.0. Corrected `PackageTags` from "user maanger" to "user manager" and added property groups for implicit usings and language versions. Introduced nullable reference types in entity classes (`BaseEntity`, `ClientUser`, `Group`, `User`, etc.) for enhanced type safety. Updated properties in the `User` and `UserRep` classes to use the new nullable syntax, ensuring consistency across the codebase. These changes improve compatibility with newer C# features and maintain support for multiple frameworks.
Description
Dieses Projekt besteht aus einer REST API und einer Angular-Frontend-Anwendung, die für die Verwaltung von Benutzern, Berechtigungen, Gruppen, Modulen und Benutzerdarstellungen konzipiert wurde.
Languages
TypeScript
49.3%
C#
36.5%
HTML
11.7%
SCSS
1.5%
CSS
1%