fix(core): Fixes nullables being disabled (#466)
This commit is contained in:
parent
657233b2eb
commit
079eeb1b96
6 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ namespace Server
|
|||
private static TimeSpan _profileTime;
|
||||
#nullable enable
|
||||
private static bool? _isRunningFromXUnit;
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
|
||||
private static int _itemCount;
|
||||
private static int _mobileCount;
|
||||
|
|
@ -80,7 +80,7 @@ namespace Server
|
|||
return false;
|
||||
}
|
||||
}
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
|
||||
public static bool Profiling
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue