[feat] 增加支持 NovaDb 数据库,这是一个NewLife自己研发的数据库 #447
Annotations
10 warnings
|
build-publish:
XCode/TDengine/TDengineConnection.cs#L124
'IPool<IntPtr>.Put(IntPtr)' is obsolete: 'Please use Return from 2024-02-01'
|
|
build-publish:
XCode/TDengine/TDengineDataAdapter.cs#L117
Possible null reference return.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L122
Dereference of a possibly null reference.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L110
Dereference of a possibly null reference.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L105
Dereference of a possibly null reference.
|
|
build-publish:
XCode/TDengine/TDengineParameter.cs#L23
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-publish:
XCode/TDengine/TDengineParameter.cs#L20
Non-nullable property 'ParameterName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-publish:
XCode/TDengine/TDengineDriver.cs#L267
Dereference of a possibly null reference.
|
|
build-publish:
XCode/Tree/IEntityTreeSettting.cs#L43
Dereference of a possibly null reference.
|
|
build-publish:
XCode/Membership/租户关系.cs#L241
Nullability of reference types in return type of 'string? TenantUser.RoleName.get' doesn't match implicitly implemented member 'string ITenantUser.RoleName.get' (possibly because of nullability attributes).
|