Skip to content

Merge pull request #36 from tobbie/develop #16

Merge pull request #36 from tobbie/develop

Merge pull request #36 from tobbie/develop #16

Triggered via push November 15, 2023 02:15
Status Success
Total duration 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (6.0.x): Algorithims/Recursion/Medium/PowerSet.cs#L10
The field 'PowerSet.SetLength' is never used
build (6.0.x): MicrosoftInterview/ReverseNodesInKGroup.cs#L55
Cannot convert null literal to non-nullable reference type.
build (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 (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.
build (6.0.x): MicrosoftInterview/SerilizeAndDeserilizeBinaryTree.cs#L49
Possible null reference return.
build (6.0.x): MicrosoftInterview/ReverseNodesInKGroup.cs#L46
Possible null reference return.
build (6.0.x): MicrosoftInterview/DesignCircularQueue.cs#L41
Dereference of a possibly null reference.
build (6.0.x): MicrosoftInterview/DesignCircularQueue.cs#L49
Dereference of a possibly null reference.
build (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 (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.