Create dotnet.yml #1
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/BeniceSoft.Abp.Core/Attributes/FillBasicDataValueAttribute.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
src/BeniceSoft.Abp.Core/Extensions/JsonExtensions.cs#L16
The variable 'e' is declared but never used
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogAttribute.cs#L12
Non-nullable property 'OperationType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogAttribute.cs#L17
Non-nullable property 'BizModule' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogAttribute.cs#L22
Non-nullable property 'BizId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogInfo.cs#L17
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogInfo.cs#L22
Non-nullable property 'BizModule' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogInfo.cs#L27
Non-nullable property 'OperationType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogInfo.cs#L32
Non-nullable property 'BizId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BeniceSoft.Abp.OperationLogging.Abstractions/OperationLogInfo.cs#L37
Non-nullable property 'BizCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|