refactor: UI file upload components and ephemeral RSA key service
Replace InputFile with RadzenUpload in filter panels for better UX, switch to ephemeral RSA keys (safe for transport-only encryption), and add test scripts and documentation files.
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
# Documentation Analysis Report
|
||||
|
||||
Files Scanned: 391
|
||||
Files With Issues: 4
|
||||
Total Issues: 9
|
||||
|
||||
## Issues
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/JdeScoping.DataSync/Etl/Transformers/TransformingDataReader.cs
|
||||
LINE: 71
|
||||
CATEGORY: MissingDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Indexer
|
||||
SIGNATURE: this[int i]
|
||||
MESSAGE: Missing XML documentation comment.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/JdeScoping.DataSync/Etl/Transformers/TransformingDataReader.cs
|
||||
LINE: 81
|
||||
CATEGORY: MissingDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Indexer
|
||||
SIGNATURE: this[string name]
|
||||
MESSAGE: Missing XML documentation comment.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/Models/ConnectionStringsSectionConverter.cs
|
||||
LINE: 29
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: Read(Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
|
||||
MESSAGE: Inherited method 'Read(Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)' should use <inheritdoc /> for documentation.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/Models/ConnectionStringsSectionConverter.cs
|
||||
LINE: 89
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: Write(Utf8JsonWriter writer, ConnectionStringsSection value, JsonSerializerOptions options)
|
||||
MESSAGE: Inherited method 'Write(Utf8JsonWriter writer, ConnectionStringsSection value, JsonSerializerOptions options)' should use <inheritdoc /> for documentation.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/ViewModels/Forms/PipelineEditorViewModel.cs
|
||||
LINE: 383
|
||||
CATEGORY: MissingDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Property
|
||||
SIGNATURE: SelectedTransformerType
|
||||
MESSAGE: Property 'SelectedTransformerType' is missing XML documentation
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/ViewModels/PipelineSteps/TransformerStepViewModels.cs
|
||||
LINE: 130
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: ToModel()
|
||||
MESSAGE: Inherited method 'ToModel()' should use <inheritdoc /> for documentation.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/ViewModels/PipelineSteps/TransformerStepViewModels.cs
|
||||
LINE: 227
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: ToModel()
|
||||
MESSAGE: Inherited method 'ToModel()' should use <inheritdoc /> for documentation.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/ViewModels/PipelineSteps/TransformerStepViewModels.cs
|
||||
LINE: 383
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: ToModel()
|
||||
MESSAGE: Inherited method 'ToModel()' should use <inheritdoc /> for documentation.
|
||||
|
||||
---
|
||||
|
||||
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/Utils/JdeScoping.ConfigManager/ViewModels/PipelineSteps/TransformerStepViewModels.cs
|
||||
LINE: 739
|
||||
CATEGORY: MissingInheritDoc
|
||||
SEVERITY: Error
|
||||
MEMBER: Method
|
||||
SIGNATURE: ToModel()
|
||||
MESSAGE: Inherited method 'ToModel()' should use <inheritdoc /> for documentation.
|
||||
|
||||
Reference in New Issue
Block a user