Skip to content

Merge pull request #291 from atc-net/feature/Exntend-DateTime-and-Dat… #194

Merge pull request #291 from atc-net/feature/Exntend-DateTime-and-Dat…

Merge pull request #291 from atc-net/feature/Exntend-DateTime-and-Dat… #194

Triggered via push October 15, 2023 13:56
Status Success
Total duration 4m 54s
Artifacts
merge-to-stable
4m 46s
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/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/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/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/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/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)