Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkey picker #65

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

merge main

c0952a3
Select commit
Loading
Failed to load commit list.
Open

Hotkey picker #65

merge main
c0952a3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / QDNET succeeded Jan 29, 2025 in 14s

26 new alerts

New alerts in code changed by this pull request

  • 26 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 17 in src/SoulSplitter/Hotkeys/Hotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 18 in src/SoulSplitter/Hotkeys/Hotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 19 in src/SoulSplitter/Hotkeys/Hotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 20 in src/SoulSplitter/Hotkeys/Hotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 21 in src/SoulSplitter/Hotkeys/Hotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 18 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 24 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 34 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Nullability conflicts with annotations in hierarchy Warning

Nullability of a member conflicts with annotations in hierarchy

Check warning on line 34 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Nullability conflicts with annotations in hierarchy Warning

Nullability of a member conflicts with annotations in hierarchy

Check warning on line 54 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Nullability conflicts with annotations in hierarchy Warning

Nullability of a member conflicts with annotations in hierarchy

Check warning on line 54 in src/SoulSplitter/UI/Converters/HotkeyToStringConverter.cs

See this annotation in the file changed.

Code scanning / QDNET

Nullability conflicts with annotations in hierarchy Warning

Nullability of a member conflicts with annotations in hierarchy

Check warning on line 17 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 18 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 19 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 20 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 21 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 22 in src/SoulSplitter/UI/EldenRing/FpsPatchHotkey.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 24 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml

See this annotation in the file changed.

Code scanning / QDNET

Redundant namespace alias Warning

Namespace alias 'materialDesign' is not required by code and can be safely removed

Check warning on line 25 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml

See this annotation in the file changed.

Code scanning / QDNET

Redundant namespace alias Warning

Namespace alias 'validation' is not required by code and can be safely removed

Check warning on line 18 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 19 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 21 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant using directive Warning

Using directive is not required by the code and can be safely removed

Check warning on line 31 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant class or interface specification in base types list Warning

Base type 'UserControl' is already specified in other parts

Check warning on line 47 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Redundant member initializer Warning

Initializing field by default value is redundant

Check warning on line 80 in src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs

See this annotation in the file changed.

Code scanning / QDNET

Conditional access qualifier expression is not null according to nullable reference types' annotations Warning

Conditional access qualifier expression is never null according to nullable reference types' annotations