Merge pull request #295 from atc-net/feature/byte-array-extension-ToHex #200
Annotations
11 warnings
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/
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
src/Atc/Extensions/Reflection/MethodInfoExtensions.cs#L67
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
src/Atc/Extensions/BaseTypes/IntegerExtensions.cs#L137
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
src/Atc/Extensions/BaseTypes/IntegerExtensions.cs#L149
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
The logs for this run have expired and are no longer available.
Loading