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

FSH/QFS editor #28

Merged
merged 9 commits into from
Apr 2, 2024

[skip ci] WIP: Dash editor

93113c4
Select commit
Loading
Failed to load commit list.
Merged

FSH/QFS editor #28

[skip ci] WIP: Dash editor
93113c4
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Apr 2, 2024 in 1s

20 issues fixed. 9 issues found.

Annotations

Check notice on line 11 in src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs#L11

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 36 in src/App/Vivianne/Models/CarpGeneratorState.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne/Models/CarpGeneratorState.cs#L36

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 22 in src/App/Vivianne.Wpf/Views/TexturePreviewView.xaml.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne.Wpf/Views/TexturePreviewView.xaml.cs#L22

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 114 in src/App/Vivianne/Tools/SerialNumberAnalyzer.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne/Tools/SerialNumberAnalyzer.cs#L114

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 62 in src/App/Vivianne.Wpf/ValueConverters/FshImageConverter.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne.Wpf/ValueConverters/FshImageConverter.cs#L62

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 3 in src/Tests/VivLib.Tests/VivFileTests.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/Tests/VivLib.Tests/VivFileTests.cs#L3

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 37 in src/App/Vivianne/Models/EditorViewModelStateBase.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne/Models/EditorViewModelStateBase.cs#L37

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 54 in src/App/Vivianne.Wpf/ValueConverters/FshImageConverter.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne.Wpf/ValueConverters/FshImageConverter.cs#L54

Insert parentheses within the arithmetic expression to declare the operator precedence. (SA1407)

Check notice on line 9 in src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs#L9

An opening curly bracket must not be followed by a blank line. (SA1505)