abstract: enable nullable annotations in legacy files

This commit is contained in:
Paul Schneider 2026-09-06 15:50:40 +01:00
commit a987116eb5
22 changed files with 48 additions and 4 deletions

View file

@ -1,4 +1,6 @@
// Copyright (C) 2016 Paul Schneider
#nullable enable annotations
// Copyright (C) 2016 Paul Schneider
//
// This file is part of yavsc.
//

View file

@ -1,3 +1,5 @@
#nullable enable annotations
namespace Yavsc.Workflow
{
public interface IPerformerProfile

View file

@ -1,3 +1,5 @@
#nullable enable annotations
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;