Skip to content

Merge pull request #289 from atc-net/feature/AssemblyHelper-and-exe-f… #192

Merge pull request #289 from atc-net/feature/AssemblyHelper-and-exe-f…

Merge pull request #289 from atc-net/feature/AssemblyHelper-and-exe-f… #192

Triggered via push October 8, 2023 22:44
Status Success
Total duration 4m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
merge-to-stable
4m 44s
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, actions/setup-java@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/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)
merge-to-stable: src/Atc/Helpers/InternetBrowserHelper.cs#L58
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
merge-to-stable: src/Atc/Helpers/InternetBrowserHelper.cs#L65
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
merge-to-stable: src/Atc/Helpers/InternetBrowserHelper.cs#L69
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
merge-to-stable: src/Atc/Helpers/CultureHelper.cs#L167
Loops should be simplified with "LINQ" expressions (https://rules.sonarsource.com/csharp/RSPEC-3267)
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)