Skip to content

Merge pull request #299 from atc-net/feature/maintenance #204

Merge pull request #299 from atc-net/feature/maintenance

Merge pull request #299 from atc-net/feature/maintenance #204

Triggered via push December 30, 2023 14:32
Status Success
Total duration 3m 46s
Artifacts
merge-to-stable
3m 39s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nelonoel/[email protected], actions/setup-dotnet@v1. 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/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)
merge-to-stable: src/Atc/Attributes/DataAnnotations/ValidationAttributes/IsoCurrencySymbolAttribute.cs#L60
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc/Attributes/DataAnnotations/ValidationAttributes/StringAttribute.cs#L103
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc/Attributes/DataAnnotations/ValidationAttributes/StringAttribute.cs#L110
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc/Data/SemVer/SemanticVersion.cs#L233
Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc/Data/SemVer/SemanticVersion.cs#L513
Refactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc/Helpers/NetworkInformationHelper.cs#L9
Make sure using this hardcoded IP address '8.8.8.8' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)