Skip to content

corrected a typo in the readme #39

corrected a typo in the readme

corrected a typo in the readme #39

Triggered via push November 21, 2023 04:46
Status Success
Total duration 40s
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): Patterns/FastAndSlow/PalindromLinkedList.cs#L53
Converting null literal or possible null value to non-nullable type.
Build and Test (6.0.x): Patterns/TwoPointers/PalindromeNumber.cs#L20
Dereference of a possibly null reference.
Build and Test (6.0.x): Patterns/TwoPointers/PalindromeNumber.cs#L20
Dereference of a possibly null reference.
Build and Test (6.0.x): Patterns/SlidingWindow/MaxiumumInSlidingWindow.cs#L27
Dereference of a possibly null reference.
Build and Test (6.0.x): Patterns/SlidingWindow/MaxiumumInSlidingWindow.cs#L40
Dereference of a possibly null reference.
Build and Test (6.0.x): Patterns/SlidingWindow/MaxiumumInSlidingWindow.cs#L46
Dereference of a possibly null reference.
Build and Test (6.0.x): Patterns/SlidingWindow/MaxiumumInSlidingWindow.cs#L50
Dereference of a possibly null reference.
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/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.