Skip to content

Feature/654 add search filters #3699

Feature/654 add search filters

Feature/654 add search filters #3699

Triggered via pull request July 1, 2024 08:43
Status Success
Total duration 11m 42s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build (8.x): src/Nox.Yaml/Schema/Generator/SchemaGenerator.cs#L10
Define a constant instead of using this literal 'array' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build (8.x): src/Nox.Yaml/Constants/Constants.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L6
Make this exception 'public'. (https://rules.sonarsource.com/csharp/RSPEC-3871)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L18
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L37
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
build (8.x): src/Nox.Yaml/Schema/Generator/SchemaProperty.cs#L338
Define a constant instead of using this literal 'string' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build (8.x): src/Nox.Yaml/Serialization/VariablesDeserializer.cs#L7
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L26
Remove this empty statement. (https://rules.sonarsource.com/csharp/RSPEC-1116)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L45
Remove this empty statement. (https://rules.sonarsource.com/csharp/RSPEC-1116)
build (8.x): src/Nox.Yaml/Extensions/TypeExtensions.cs#L62
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
build (8.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (8.x): src/Nox.Yaml/Schema/Generator/SchemaGenerator.cs#L10
Define a constant instead of using this literal 'array' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build (8.x): src/Nox.Yaml/Schema/Generator/SchemaProperty.cs#L338
Define a constant instead of using this literal 'string' 7 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
build (8.x): src/Nox.Yaml/Serialization/VariablesDeserializer.cs#L7
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build (8.x): src/Nox.Yaml/Constants/Constants.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L6
Make this exception 'public'. (https://rules.sonarsource.com/csharp/RSPEC-3871)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L18
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
build (8.x): src/Nox.Yaml/Exceptions/NoxYamlException.cs#L37
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
build (8.x): src/Nox.Yaml/Attributes/UniqueItemPropertiesAttribute.cs#L36
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
build (8.x): src/Nox.Yaml/Attributes/ExistInCollectionAttribute.cs#L24
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
build (8.x): src/Nox.Yaml/Extensions/TypeExtensions.cs#L62
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)