Admin Sample CD #206
Annotations
2 errors and 23 warnings
|
|
|
|
|
|
|
|
AdminPanel/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
|
AdminPanel/src/Shared/Dtos/Identity/SignUpRequestDto.cs#L17
XML comment is not placed on a valid language element
|
AdminPanel/src/Shared/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
|
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
|
AdminPanel/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
|
AdminPanel/src/Shared/Dtos/Identity/SignUpRequestDto.cs#L17
XML comment is not placed on a valid language element
|
AdminPanel/src/Shared/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
|
AdminPanel/src/Shared/Dtos/Categories/CategoryDto.cs#L10
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L7
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L13
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L18
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Products/ProductDto.cs#L9
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Products/ProductDto.cs#L18
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
AdminPanel/src/Shared/Dtos/Identity/ResetPasswordRequestDto.cs#L16
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
|
This job succeeded
Loading