Showing 6 of 27 total issues
File Annotations.cs
has 508 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using System;// ReSharper disable InheritdocConsiderUsage #pragma warning disable 1591// ReSharper disable UnusedMember.Global
File SettingsViewModel.cs
has 329 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using GitTank.Loggers;using GitTank.Models;using Microsoft.Toolkit.Mvvm.Input;using Newtonsoft.Json;using Newtonsoft.Json.Converters;
File MainViewModel.cs
has 319 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using Microsoft.Toolkit.Mvvm.Input;using System;using System.Collections.ObjectModel;using System.Linq;using System.Threading.Tasks;
File GitProcessor.cs
has 258 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using GitTank.Models;using System;using System.Collections.Generic;using System.IO;using System.Linq;
Method Execute
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public async Task<string> Execute(string command, string arguments) { _output.Clear(); _jsonOutput.Clear(); _result.Clear();
Method UpdateAllRepositories
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void UpdateAllRepositories(List<Sources> sources) { var defaultRepository = _settings.DefaultRepository; var defaultGitBranch = _settings.DefaultBranch; foreach (var item in sources)