Skip to content

Pull Request Workflow #1

Pull Request Workflow

Pull Request Workflow #1

Manually triggered December 30, 2023 00:05
Status Success
Total duration 51s
Artifacts

pull-request.yml

on: workflow_dispatch
Pull Request Job  /  Pull Request Job
43s
Pull Request Job / Pull Request Job
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Pull Request Job / Pull Request Job: tools/Frank.GameEngine.Generators.AssetsGenerator/AdditionalFilesHelperGenerator.cs#L35
Possible null reference argument for parameter 'projectDir' in 'Member AdditionalFilesHelperGenerator.GenerateMember(AdditionalText file, string projectDir)'.
Pull Request Job / Pull Request Job: tools/Frank.GameEngine.Generators.AssetsGenerator/AdditionalFilesHelperGenerator.cs#L44
Possible null reference argument for parameter 'text' in 'NameSyntax SyntaxFactory.ParseName(string text, int offset = 0, bool consumeFullText = true)'.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Primitives/BoardHistory.cs#L34
Converting null literal or possible null value to non-nullable type.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Primitives/Board.cs#L52
Possible null reference assignment.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Primitives/Board.cs#L59
Possible null reference assignment.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Primitives/Board.cs#L66
Possible null reference assignment.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Audio/Ogg/Clip.cs#L5
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Audio/Midi/MidiSong.cs#L12
Non-nullable property 'Tracks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull Request Job / Pull Request Job: src/Frank.GameEngine.Audio/Midi/MidiSong.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.