publish #31
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
NewLife.CubeNC/ViewModels/DataField.cs#L294
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
NewLife.CubeNC/ViewModels/ListField.cs#L308
'Pool.Put(StringBuilder, bool)' is obsolete: 'Please use Return from 2024-02-01'
|
Build:
NewLife.Cube/Areas/Admin/Models/UserModel.cs#L207
'Pool.Put(StringBuilder, bool)' is obsolete: 'Please use Return from 2024-02-01'
|
Build:
NewLife.Cube/Extensions/PagerHelper.cs#L72
'Pool.Put(StringBuilder, bool)' is obsolete: 'Please use Return from 2024-02-01'
|
Build:
NewLife.CubeNC/Services/AccessService.cs#L30
Parameter 'session' has no matching param tag in the XML comment for 'AccessService.Valid(string, UserAgentParser, string, IUser, IDictionary<string, object>)' (but other parameters do)
|
Build:
NewLife.CubeNC/Modules/DefaultAdapter.cs#L11
Missing XML comment for publicly visible type or member 'DefaultAdapter.Encode(Dictionary<string, object>, Dictionary<ViewKinds, FieldCollection>)'
|
Build:
NewLife.CubeNC/Modules/IAdapter.cs#L8
Missing XML comment for publicly visible type or member 'IAdapter.Encode(Dictionary<string, object>, Dictionary<ViewKinds, FieldCollection>)'
|
Build:
NewLife.CubeNC/Services/DbXmlRepository.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
NewLife.CubeNC/ViewModels/DataField.cs#L294
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading