Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

fix: missing event receivers on parse node #284

fix: missing event receivers on parse node

fix: missing event receivers on parse node #284

Triggered via pull request June 26, 2024 14:39
Status Success
Total duration 1m 50s
Artifacts

sonarcloud.yml

on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/FormSerializationWriter.cs#L17
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: src/FormParseNode.cs#L94
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: src/FormParseNode.cs#L136
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/FormParseNode.cs#L138
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/FormSerializationWriter.cs#L123
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
Build: src/FormParseNode.cs#L213
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/FormSerializationWriter.cs#L177
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
Build: src/FormSerializationWriter.cs#L179
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
Build: src/FormSerializationWriter.cs#L193
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
Build: src/FormSerializationWriter.cs#L247
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)