abstract: enable nullable annotations in legacy files
This commit is contained in:
parent
5d94270fd8
commit
a987116eb5
22 changed files with 48 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
using System.Text;
|
||||
#nullable enable annotations
|
||||
|
||||
using System.Text;
|
||||
using Yavsc.ViewModels.UserFiles;
|
||||
|
||||
namespace Yavsc.Server.Helpers
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#nullable enable annotations
|
||||
|
||||
namespace Yavsc.Abstract.Helpers
|
||||
{
|
||||
public enum ErrorCode {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#nullable enable annotations
|
||||
|
||||
using Yavsc.Server.Helpers;
|
||||
|
||||
namespace Yavsc.ViewModels.UserFiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue