abstract: enable nullable annotations in legacy files
All checks were successful
Dotnet build and test / build (pull_request) Successful in 10m16s

This commit is contained in:
Paul Schneider 2026-09-06 15:50:40 +01:00
commit 6a358d9f78
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
22 changed files with 48 additions and 4 deletions

View file

@ -1,4 +1,6 @@
namespace Yavsc.Abstract.Identity
#nullable enable annotations
namespace Yavsc.Abstract.Identity
{
public interface IApplicationUser
{