2.0.7 #18
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#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/Converter/PhoneFormatConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/Converter/PhoneFormatConverter.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/WWB.UnifyApi/ApiExceptionHandlerMiddleware.cs#L18
Missing XML comment for publicly visible type or member 'ApiExceptionHandlerMiddleware.ApiExceptionHandlerMiddleware(RequestDelegate, ILogger<ApiExceptionHandlerMiddleware>)'
|
build:
src/WWB.UnifyApi/ApiExceptionHandlerMiddleware.cs#L24
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'
|
build:
src/WWB.UnifyApi/Attributes/OperateActionFilter.cs#L10
Missing XML comment for publicly visible type or member 'OperateActionFilter'
|