Skip to content

Release 0.9.9.72

Release 0.9.9.72 #1098

Triggered via pull request June 23, 2025 16:23
Status Success
Total duration 9m 34s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/HighlightButton.g.cs#L98
'HighlightButton.VerticalContentAlignment' hides inherited member 'Control.VerticalContentAlignment'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/HighlightButton.g.cs#L83
'HighlightButton.HorizontalContentAlignment' hides inherited member 'Control.HorizontalContentAlignment'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/HighlightButton.g.cs#L18
'HighlightButton.VerticalContentAlignmentProperty' hides inherited member 'Control.VerticalContentAlignmentProperty'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/HighlightButton.g.cs#L17
'HighlightButton.HorizontalContentAlignmentProperty' hides inherited member 'Control.HorizontalContentAlignmentProperty'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/CircularButton.g.cs#L62
'CircularButton.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak/obj/Release/net9.0-windows/win-x86/generated/WpfExtended.SourceGeneration/System.Extensions.DependencyPropertyGenerator/CircularButton.g.cs#L16
'CircularButton.ContentProperty' hides inherited member 'ContentControl.ContentProperty'. Use the new keyword if hiding was intended.
Analyze (csharp): Daybreak.Shared/Models/Interop/HeroPartyMember.cs#L8
The field 'HeroPartyMember.H000C' is never used
Analyze (csharp): Daybreak.Shared/Models/Interop/PathingTrapezoid.cs#L16
The field 'PathingTrapezoid.H0014' is never used
Analyze (csharp): Daybreak.Shared/Models/Interop/HeroPartyMember.cs#L9
The field 'HeroPartyMember.H0010' is never used
Analyze (csharp): Daybreak.Shared/obj/Release/net9.0-windows/generated/SystemExtensions.NetStandard.Generators/System.Extensions.NotifyPropertyChangedGenerator/EventViewModel .g.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.