Merge pull request #333 from atc-net/feature/maintenance #239
Annotations
10 warnings
merge-to-stable:
src/Atc/Enums/ArrowDirectionType.cs#L5
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
merge-to-stable:
src/Atc/Enums/TemplatePatternType.cs#L5
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
merge-to-stable:
src/Atc/Helpers/ProcessHelper.cs#L105
Define a constant instead of using this literal 'Timeout should be greater then 1 seconds' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
merge-to-stable:
src/Atc/Extensions/DirectoryInfoExtensions.cs#L46
Define a constant instead of using this literal 'Directory do not exist' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
merge-to-stable:
src/Atc/Math/Trigonometry/TriangleHelper.cs#L156
Define a constant instead of using this literal 'This scenario is not implemented yet.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
merge-to-stable:
src/Atc/Data/DataFactory.cs#L23
Define a constant instead of using this literal 'value' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
merge-to-stable:
src/Atc/Data/Models/AssemblyInformation.cs#L29
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Data/Models/LogItem.cs#L23
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Data/SemVer/SemanticVersion.cs#L59
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Serialization/JsonConverters/StringEnumMemberJsonConverter.cs#L49
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|