修改属性名 #14
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/WWB.UnifyApi/Converter/PhoneFormatConverter.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/Converter/PhoneFormatConverter.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/Converter/PhoneFormatConverter.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/ApiExceptionHandlerMiddleware.cs#L10
Missing XML comment for publicly visible type or member 'ApiExceptionHandlerMiddleware'
|
build:
src/WWB.UnifyApi/ApiExceptionHandlerMiddleware.cs#L15
Missing XML comment for publicly visible type or member 'ApiExceptionHandlerMiddleware.ApiExceptionHandlerMiddleware(RequestDelegate, ILogger<ApiExceptionHandlerMiddleware>)'
|
build:
src/WWB.UnifyApi/ApiExceptionHandlerMiddleware.cs#L21
Missing XML comment for publicly visible type or member 'ApiExceptionHandlerMiddleware.InvokeAsync(HttpContext)'
|
build:
src/WWB.UnifyApi/Attributes/ErrorCodeTypeAttribute.cs#L10
Missing XML comment for publicly visible type or member 'ErrorCodeTypeAttribute'
|
build:
src/WWB.UnifyApi/Attributes/ModelValidateActionFilter.cs#L8
Missing XML comment for publicly visible type or member 'ModelValidateActionFilter'
|
build:
src/WWB.UnifyApi/Attributes/ModelValidateActionFilter.cs#L10
Missing XML comment for publicly visible type or member 'ModelValidateActionFilter.OnActionExecuting(ActionExecutingContext)'
|
build:
src/WWB.UnifyApi/Attributes/ModelValidateActionFilter.cs#L22
Missing XML comment for publicly visible type or member 'ModelStateExtensions'
|