server: enable nullable annotations in legacy files
All checks were successful
Dotnet build and test / build (pull_request) Successful in 4m44s

This commit is contained in:
Paul Schneider 2026-09-06 16:11:37 +01:00
commit f8abb22423
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
55 changed files with 110 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#nullable enable annotations
using System.Security.Claims;
using IdentityModel;
using IdentityServer8.Models;