Skip to content

Merge pull request #48 from tobbie/tobbie-patch-2 #48

Merge pull request #48 from tobbie/tobbie-patch-2

Merge pull request #48 from tobbie/tobbie-patch-2 #48

Triggered via push November 23, 2023 02:09
Status Success
Total duration 1m 13s
Artifacts

build.yml

on: push
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test (6.0.x): Algorithms/Recursion/Medium/PowerSet.cs#L10
The field 'PowerSet.SetLength' is never used
Build and Test (6.0.x): MicrosoftInterview/ReverseNodesInKGroup.cs#L55
Cannot convert null literal to non-nullable reference type.
Build and Test (6.0.x): MicrosoftInterview/DesignCircularQueue.cs#L41
Dereference of a possibly null reference.
Build and Test (6.0.x): MicrosoftInterview/DesignCircularQueue.cs#L49
Dereference of a possibly null reference.
Build and Test (6.0.x): MicrosoftInterview/LFUCache.cs#L63
Possible null reference argument for parameter 'node' in 'void LFUCache.EvictItem(LinkedListNode<Item> node)'.
Build and Test (6.0.x): MicrosoftInterview/RecoverBinaryTree.cs#L11
Non-nullable property 'First' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test (6.0.x): MicrosoftInterview/RecoverBinaryTree.cs#L12
Non-nullable property 'Second' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test (6.0.x): MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L66
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and Test (6.0.x): MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L66
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.