Skip to content

apply release tag and auto generate release notes #15

apply release tag and auto generate release notes

apply release tag and auto generate release notes #15

Triggered via push September 16, 2025 18:21
Status Failure
Total duration 6m 43s
Artifacts 3
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error, 60 warnings, and 3 notices
release
build (x86): SummaSQLGame/Models/Student.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x86): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L57
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
build (x86): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L48
Dereference of a possibly null reference.
build (x86): SummaSQLGame/Views/Select/WildcardView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/App.xaml.cs#L15
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x86): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (x86): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (x86): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (x86): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (x86): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (x86): SummaSQLGame/Views/Select/FilterView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/Views/Select/GroupView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/Views/Select/JoinView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/Views/Select/SelectView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/Views/Select/SortView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/Views/Select/WildcardView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x86): SummaSQLGame/App.xaml.cs#L15
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x86): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (x86): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (x86): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/Models/Adventurer.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/App.xaml.cs#L15
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (ARM64): SummaSQLGame/Models/Songs.cs#L14
Non-nullable field '_artists' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/Models/Songs.cs#L13
Non-nullable field '_track' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/Models/Student.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/Views/Select/SortView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L57
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L48
Dereference of a possibly null reference.
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (ARM64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (ARM64): SummaSQLGame/Views/Select/WildcardView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (ARM64): SummaSQLGame/App.xaml.cs#L15
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (ARM64): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/ViewModels/Select/SortViewModel.cs#L12
Non-nullable event 'UpdateProgressEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (x64): SummaSQLGame/ViewModels/Select/WildcardViewModel.cs#L12
Non-nullable event 'UpdateProgressEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (x64): SummaSQLGame/Models/Songs.cs#L14
Non-nullable field '_artists' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/Models/Songs.cs#L13
Non-nullable field '_track' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/Models/Adventurer.cs#L15
Non-nullable field '_className' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/Models/Adventurer.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/Models/Student.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L57
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
build (x64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L48
Dereference of a possibly null reference.
build (x64): SummaSQLGame/Views/Select/SortView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (x64): SummaSQLGame/Helpers/AvalonTextBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void AvalonEditBehaviour.AssociatedObjectOnTextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (x64): SummaSQLGame/App.xaml.cs#L15
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (x64): SummaSQLGame/Views/Select/WildcardView.xaml.cs#L20
Possible null reference argument for parameter 'input' in 'XmlTextReader.XmlTextReader(Stream input)'.
build (x64): SummaSQLGame/ViewModels/Puzzles/StudentViewModel.cs#L12
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/ViewModels/Puzzles/MazeViewModel.cs#L11
Nullability of reference types in type doesn't match overridden member.
build (x64): SummaSQLGame/ViewModels/Puzzles/ButtonViewModel.cs#L23
Nullability of reference types in type doesn't match overridden member.
build (x86)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
build (ARM64)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
build (x64)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677

Artifacts

Produced during runtime
Name Size Digest
build-ARM64 Expired
52.3 MB
sha256:993b07026678c95775ae7bf7d7e95ff574807db762ade40c3fe75098dd698d21
build-x64 Expired
52.3 MB
sha256:5e2834a856154e1ea21b3298996cc0a8868314eb2a93e3c03dd4fede7313ad70
build-x86 Expired
52.3 MB
sha256:abd4b928d7132a7634d8222de97060ccc66687bf66a78e16367271a77a51f75a