FSH/QFS editor #28
FSH/QFS editor #28
20 issues fixed. 9 issues found.
Annotations
Check notice on line 11 in src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs
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
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
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
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
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
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
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
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
codefactor-io / CodeFactor
src/App/Vivianne/ViewModels/CarpGeneratorViewModel.cs#L9
An opening curly bracket must not be followed by a blank line. (SA1505)