Skip to content

version memes (#68) #52

version memes (#68)

version memes (#68) #52

Triggered via push November 2, 2024 20:38
Status Success
Total duration 8m 56s
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

317 warnings
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L217
Access to a static member of a type via a derived type
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L231
Access to a static member of a type via a derived type
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L91
Access to a static member of a type via a derived type
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L105
Access to a static member of a type via a derived type
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L123
Access to a static member of a type via a derived type
Access to a static member of a type via a derived type: src/SoulSplitter/Migrations/Migrator.cs#L77
Access to a static member of a type via a derived type
Possible 'null' assignment to non-nullable entity: src/SoulSplitter/soulmemory-rs/SoulMemoryRs.cs#L81
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/SoulSplitter/SoulComponent.cs#L392
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/SoulMemory/soulmods/Soulmods.cs#L132
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/SoulMemory/Memory/Extensions.cs#L32
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/SoulSplitter/Logger.cs#L50
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/SoulMemory/Memory/Extensions.cs#L48
Possible 'null' assignment to non-nullable entity
Namespace does not correspond to file location: src/SoulSplitter/UI/ErrorViewModel.cs#L22
Namespace does not correspond to file location, must be: 'SoulSplitter.UI'
Namespace does not correspond to file location: tests/SoulSplitter.Tests/TestMethodSTAAttribute.cs#L20
Namespace does not correspond to file location, must be: 'SoulSplitter.Tests'
Collection content is never queried (non-private accessibility): tests/SoulMemory.Tests/Mocks/ProcessHookMock.cs#L107
Content of collection 'ExitedExceptions' is only updated but never used
Empty constructor: src/SoulSplitter/UI/EldenRing/EldenRingViewModel.cs#L32
Empty constructor is redundant. The compiler generates the same by default.
Function never returns: src/Cli/Program.cs#L111
Function never returns
Function never returns: src/CliTimer/Program.cs#L340
Function never returns
Function never returns: src/CliTimer/Program.cs#L282
Function never returns
Function never returns: src/CliTimer/Program.cs#L118
Function never returns
Function never returns: src/CliTimer/Program.cs#L224
Function never returns
Function never returns: src/CliTimer/Program.cs#L166
Function never returns
Function never returns: src/Cli/Program.cs#L150
Function never returns
Invalid XML documentation comment: src/SoulMemory/DarkSouls1/Sl2Reader.cs#L48
Parameter 'ptde' has no matching param tag in the XML comment for SoulMemory.DarkSouls1.Sl2Reader.GetSaveFileIgt (but other parameters do)
Invalid XML documentation comment: src/SoulMemory/DarkSouls1/Sl2Reader.cs#L46
Cannot resolve parameter 'version'
Invalid XML documentation comment: src/SoulMemory/Memory/MemoryScanner.cs#L36
Cannot resolve parameter 'errors'
Return value of [MustUseReturnValue] annotated method is not used: src/SoulMemory/soulmods/Soulmods.cs#L130
Return value of method is not used. Fewer bytes can be read than requested
Non-accessed field (private accessibility): src/SoulSplitter/Splitters/DarkSouls2Splitter.cs#L34
Field '_mainViewModel' is assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L155
Local variable 'anyException' is only assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L128
Local variable 'anyException' is only assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L99
Local variable 'anyException' is only assigned but its value is never used
Non-accessed local variable: src/SoulMemory/DarkSouls1/DropMod.cs#L87
Local variable 's' is only assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L78
Local variable 'anyException' is only assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L174
Local variable 'anyException' is only assigned but its value is never used
Non-accessed local variable: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L58
Local variable 'anyException' is only assigned but its value is never used
Possible 'System.InvalidOperationException': src/SoulSplitter/UI/Sekiro/SekiroViewModel.cs#L92
Possible 'System.InvalidOperationException'
Possible 'System.NullReferenceException': src/SoulMemory/soulmods/Soulmods.cs#L129
Possible 'System.NullReferenceException'
Private field can be converted into local variable: src/SoulMemory/ArmoredCore6/ArmoredCore6.cs#L62
The field is always assigned before being used and can be converted into a local variable
Private field can be converted into local variable: src/SoulMemory/Parameters/BaseParam.cs#L30
The field is always assigned before being used and can be converted into a local variable
Assignment is not used: src/SoulSplitter/UI/Sekiro/SekiroViewModel.cs#L69
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Sekiro/Sekiro.cs#L313
Destination has the same value before assignment
Assignment is not used: src/SoulMemory/Sekiro/Sekiro.cs#L552
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Sekiro/Sekiro.cs#L512
Value assigned is not used in any execution path
Assignment is not used: src/SoulSplitter/UI/DarkSouls3/DarkSouls3ViewModel.cs#L58
Value assigned is not used in any execution path
Assignment is not used: src/SoulSplitter/UI/MainViewModel.cs#L416
Value assigned is not used in any execution path
Assignment is not used: tests/SoulSplitter.Tests/Splitters/SplitterTests.cs#L150
Value assigned is not used in any execution path
Assignment is not used: src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModel.cs#L115
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Sekiro/Sekiro.cs#L546
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Native/Kernel32.cs#L267
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Native/Kernel32.cs#L343
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/MemoryV2/PointerTreeBuilder/PointerTreeBuilder.cs#L71
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/ArmoredCore6/ArmoredCore6.cs#L196
Value assigned is not used in any execution path
Assignment is not used: tests/SoulSplitter.Tests/UI/ViewModelTests.cs#L101
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Memory/MemoryScanner.cs#L56
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/DarkSouls1/ItemReader.cs#L71
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/MemoryV2/PointerTreeBuilder/PointerTreeBuilder.cs#L72
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/Memory/MemoryScanner.cs#L55
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/EldenRing/EldenRing.cs#L468
Value assigned is not used in any execution path
Assignment is not used: tests/SoulSplitter.Tests/UI/ViewModelTests.cs#L45
Value assigned is not used in any execution path
Assignment is not used: src/SoulMemory/DarkSouls3/DarkSouls3.cs#L272
Destination has the same value before assignment
Assignment is not used: src/SoulMemory/Sekiro/Sekiro.cs#L513
Value assigned is not used in any execution path
Redundant cast: src/CliTimer/Program.cs#L247
Type cast is redundant
Redundant cast: src/SoulMemory/DarkSouls2/scholar.cs#L130
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L141
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L305
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L247
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L305
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L189
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L141
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L93
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L189
Type cast is redundant
Redundant cast: src/CliTimer/Program.cs#L93
Type cast is redundant
Redundant member initializer: src/SoulSplitter/SoulComponent.cs#L44
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/EldenRing/EldenRingViewModel.cs#L79
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModel.cs#L191
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/SoulComponent.cs#L47
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Generic/FlagTrackerViewModel.cs#L132
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L208
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Generic/BaseViewModel.cs#L96
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/SoulComponent.cs#L45
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L276
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Generic/FlagTrackerViewModel.cs#L357
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L334
Initializing field by default value is redundant
Redundant member initializer: src/SoulMemory/Parameters/ParamFieldAttribute.cs#L23
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Validation/TextToNumberValidation.cs#L99
Initializing property by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/MainViewModel.cs#L379
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L216
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Generic/BaseViewModel.cs#L66
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L224
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls3/DarkSouls3ViewModel.cs#L95
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L332
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModel.cs#L57
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs#L120
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L264
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L248
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/Sekiro/SekiroViewModel.cs#L37
Initializing field by default value is redundant
Redundant member initializer: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L45
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModel.cs#L60
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/SoulComponent.cs#L136
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L153
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L333
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L256
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L114
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L232
Initializing field by default value is redundant
Redundant member initializer: tests/SoulMemory.Tests/MemoryV2/ProcessHookTests.cs#L44
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/EldenRing/EldenRingViewModel.cs#L398
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L196
Initializing field by default value is redundant
Redundant member initializer: tests/SoulMemory.Tests/Mocks/ProcessHookMock.cs#L104
Initializing field by default value is redundant
Redundant member initializer: src/SoulMemory/Parameters/BaseParam.cs#L101
Initializing property by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls3/DarkSouls3ViewModel.cs#L121
Initializing field by default value is redundant
Redundant member initializer: src/SoulMemory/Sekiro/Sekiro.cs#L423
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/DarkSouls2/DarkSouls2ViewModel.cs#L240
Initializing field by default value is redundant
Redundant member initializer: src/SoulMemory/EldenRing/EldenRing.cs#L29
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/UI/MainViewModel.cs#L230
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L116
Initializing field by default value is redundant
Redundant member initializer: tests/SoulMemory.Tests/Mocks/ProcessHookMock.cs#L103
Initializing field by default value is redundant
Redundant member initializer: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L117
Initializing field by default value is redundant
Redundant member initializer: src/SoulMemory/Memory/Pointer.cs#L32
Initializing field by default value is redundant
Redundant explicit type in array creation: src/SoulMemory/Memory/Pointer.cs#L303
Redundant explicit array type specification
Redundant explicit type in array creation: src/SoulMemory/Memory/IMemory.cs#L179
Redundant explicit array type specification
Redundant explicit type in array creation: src/SoulMemory/Memory/Pointer.cs#L309
Redundant explicit array type specification
Redundant explicit type in array creation: src/SoulMemory/Memory/IMemory.cs#L173
Redundant explicit array type specification
Redundant class or interface specification in base types list: src/SoulSplitter/UI/MainWindow.xaml.cs#L30
Base type 'Window' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml.cs#L24
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UIv2/SplitSettingsControl.xaml.cs#L34
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/Generic/FlagControl.xaml.cs#L24
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/Generic/SplitsTree.xaml.cs#L25
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/Generic/PositionControl.xaml.cs#L24
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/Generic/AddRemoveSplits.xaml.cs#L24
Base type 'UserControl' is already specified in other parts
Redundant class or interface specification in base types list: src/SoulSplitter/UI/ErrorWindow.xaml.cs#L24
Base type 'Window' is already specified in other parts
Redundant control flow jump statement: src/CliTimer/Program.cs#L69
Redundant control flow jump statement
Redundant lambda expression parameter type specification: src/CliTimer/Program.cs#L34
Redundant lambda parameter explicit type specification
Redundant operand in logical conditional expression: src/SoulSplitter/UI/MainViewModel.cs#L396
Redundant operand in logical conditional expression
Redundant operand in logical conditional expression: src/SoulSplitter/UI/MainViewModel.cs#L370
Redundant operand in logical conditional expression
Redundant name qualifier: src/Cli/Program.cs#L198
Qualifier is redundant
Redundant name qualifier: src/Cli/Program.cs#L206
Qualifier is redundant
Redundant name qualifier: src/Cli/Program.cs#L161
Qualifier is redundant
Redundant name qualifier: src/Cli/Program.cs#L315
Qualifier is redundant
Redundant 'object.ToString()' call: src/SoulSplitter/Logger.cs#L77
Redundant 'Object.ToString()' call
Type member is never used (private accessibility): src/Cli/Program.cs#L270
Method 'Ds1Diagnostic' is never used
Type member is never used (private accessibility): src/Cli/Program.cs#L57
Method 'DropModBkh' is never used
Type member is never used (private accessibility): src/Cli/Program.cs#L62
Method 'DropModAA' is never used
Type member is never used (private accessibility): src/Cli/Program.cs#L335
Method 'GenerateParams' is never used
Unused parameter (private accessibility): src/Cli/Program.cs#L42
Parameter 'args' is never used
Unused parameter (private accessibility): src/CliTimer/Program.cs#L31
Parameter 'args' is never used
Unused local variable: src/SoulMemory/Native/Kernel32.cs#L377
Local variable 'ordinal' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L80
Local variable 'testy' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L120
Local variable 'd' is never used
Unused local variable: src/SoulMemory/Native/Kernel32.cs#L370
Local variable 'EATPtr' is never used
Unused local variable: src/SoulSplitter/Splitters/DarkSouls1Splitter.cs#L378
Local variable 'process' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L116
Local variable 'f' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L121
Local variable 'v' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L117
Local variable 'da' is never used
Unused local variable: tests/SoulMemory.Tests/MemoryV2/MemoryTests.cs#L119
Local variable 'a' is never used
Unused local variable: src/SoulMemory/Native/Kernel32.cs#L283
Local variable 'len' is never used
Unused local variable: src/SoulMemory/soulmods/Soulmods.cs#L119
Local variable 'data' is never used
Unused local variable: src/Cli/Program.cs#L220
Local variable 'result' is never used
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L228
Unable to resolve property 'Count' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls1/DarkSouls1Control.xaml#L333
Unable to resolve property 'Level' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L216
Unable to resolve property 'BossType' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L338
Unable to resolve property 'Level' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L152
Unable to resolve property 'State' in data context of type 'SoulSplitter.UI.Generic.FlagTrackerCategoryViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L181
Unable to resolve property 'Z' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls1/DarkSouls1Control.xaml#L390
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.DarkSouls1.DarkSouls1ViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls1/DarkSouls1Control.xaml#L469
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.DarkSouls1.DarkSouls1ViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls1/DarkSouls1Control.xaml#L260
Unable to resolve property 'AttributeType' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml#L232
Unable to resolve property 'AttributeType' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L269
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.EldenRing.EldenRingViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L241
Unable to resolve property 'AttributeType' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L259
Unable to resolve property 'AttributeType' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L149
Unable to resolve property 'State' in data context of type 'SoulSplitter.UI.Generic.FlagTrackerCategoryViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml#L208
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.Sekiro.SekiroViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L163
Unable to resolve property 'X' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L315
Unable to resolve property 'Level' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L172
Unable to resolve property 'Y' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml#L257
Unable to resolve property 'Level' in data context of type 'object'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L242
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.EldenRing.EldenRingViewModel'
Unresolved binding path when DataContext is known: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L216
Unable to resolve property 'Name' in data context of type 'SoulSplitter.UI.DarkSouls3.DarkSouls3ViewModel'
Grid element column/row index is out of grid definition range: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L63
Row index 0 with span 4 is out of grid row definitions range (0-0)
Missing grid column/row setter for non-first child: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L67
Missing Grid.Column setter for non-first child
Remove redundant attached property setter: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L497
Attached property setter 'Grid.Row' has no effect in the current context and can be removed
Remove redundant attached property setter: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L167
Attached property setter 'Grid.RowSpan' has no effect in the current context and can be removed
Remove redundant attached property setter: src/SoulSplitter/UI/FlagTrackerWindow.xaml#L166
Attached property setter 'Grid.Column' has no effect in the current context and can be removed
Redundant namespace alias: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L22
Namespace alias 'ui' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L22
Namespace alias 'ui' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/Generic/AddRemoveSplits.xaml#L24
Namespace alias 'converters' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L26
Namespace alias 'darkSouls3' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L23
Namespace alias 'ui' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L24
Namespace alias 'soulSplitter' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml#L22
Namespace alias 'ui' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L27
Namespace alias 'componentModel' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UI/DarkSouls2/DarkSouls2Control.xaml#L25
Namespace alias 'soulSplitter' is not required by code and can be safely removed
Redundant namespace alias: src/SoulSplitter/UIv2/SplitSettingsControl.xaml#L6
Namespace alias 'local' is not required by code and can be safely removed
Redundant resource: src/SoulSplitter/UIv2/SplitSettingsControl.xaml#L580
Resource 'SplitTemplateSelector' is never used
Redundant resource: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L54
Resource 'SplitObjectToDescriptionConverter' is never used
Redundant resource: src/SoulSplitter/UI/Sekiro/SekiroControl.xaml#L51
Resource 'BoolToVisibilityConverter' is never used
Redundant resource: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L52
Resource 'EnumDisplayNameConverter' is never used
Redundant resource: src/SoulSplitter/UI/EldenRing/EldenRingControl.xaml#L52
Resource 'TreeViewCollectionView' is never used
Redundant resource: src/SoulSplitter/UI/DarkSouls3/DarkSouls3Control.xaml#L53
Resource 'BoolToVisibilityConverter' is never used
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/