Skip to content

Custom Code Analysis with EditorConfig file #51

Custom Code Analysis with EditorConfig file

Custom Code Analysis with EditorConfig file #51

Triggered via push March 10, 2024 07:05
Status Success
Total duration 2m 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Leo.Web.Data/Queries/Handlers/GetMemberByIdRequestHandler.cs#L22
Method Handle passes 'Id' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
build: src/Leo.Web.Data/Queries/Handlers/GetMemberDetailsByMemberIdRequestHandler.cs#L22
Method Handle passes 'CustomerId' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
build: src/Leo.Web.Data/Queries/Handlers/GetMemberDetailByIdRequestHandler.cs#L22
Method Handle passes 'Id' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
build: src/Leo.Web.Data/Queries/Handlers/GetMembersRequesttHandler.cs#L7
Type 'GetCustomersRequesttHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Web.Data/Queries/Handlers/GetMemberByIdRequestHandler.cs#L7
Type 'GetCustomerByIdRequestHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Web.Data/Queries/Handlers/GetMemberDetailByIdRequestHandler.cs#L7
Type 'GetCustomerDetailByIdRequestHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Web.Data/Queries/Handlers/GetMemberDetailsByMemberIdRequestHandler.cs#L7
Type 'GetCustomerDetailsByCustomerIdRequestHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Web.Data/Commands/Handlers/CreateCustomerDetailRequestHandler.cs#L8
Type 'CreateCustomerDetailRequestHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Web.Data.SQLite/TypeHandlers/GuidToStringHandler.cs#L10
Possible null reference argument for parameter 'input' in 'Guid Guid.Parse(string input)'.
build: src/Leo.Web.Data.SQLite/Services/DatabaseService.cs#L6
Type 'DatabaseService' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build: src/Leo.Data.Domain/Extensions/AuditableEntityExtensions.cs#L11
Dereference of a possibly null reference.
build: src/Leo.Data.Domain/Extensions/AuditableEntityExtensions.cs#L18
Dereference of a possibly null reference.