Merge pull request #322 from atc-net/feature/Improve-GetModelName-wit… #227
Annotations
12 warnings
merge-to-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nelonoel/branch-name@v1.0.1, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: nelonoel/branch-name@v1.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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#L104
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#L57
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Attributes/DataAnnotations/ValidationAttributes/IsoCurrencySymbolAttribute.cs#L46
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|