Merge pull request #42 from tobbie/develop #38
Annotations
10 warnings
MicrosoftInterview/ReverseNodesInKGroup.cs#L55
Cannot convert null literal to non-nullable reference type.
|
MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L66
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L66
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L49
Possible null reference return.
|
MicrosoftInterview/ReverseNodesInKGroup.cs#L46
Possible null reference return.
|
MicrosoftInterview/DesignCircularQueue.cs#L41
Dereference of a possibly null reference.
|
MicrosoftInterview/DesignCircularQueue.cs#L49
Dereference of a possibly null reference.
|
MicrosoftInterview/RecoverBinaryTree.cs#L11
Non-nullable property 'First' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MicrosoftInterview/RecoverBinaryTree.cs#L12
Non-nullable property 'Second' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MicrosoftInterview/LFUCache.cs#L63
Possible null reference argument for parameter 'node' in 'void LFUCache.EvictItem(LinkedListNode<Item> node)'.
|
The logs for this run have expired and are no longer available.
Loading