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
|
|
@ -535,7 +535,7 @@ namespace Server.Collections
|
|||
++_version;
|
||||
return actualIndex;
|
||||
}
|
||||
#nullable disable
|
||||
#nullable restore
|
||||
|
||||
// Returns the index of the next entry in the bucket
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue