v11.24.2026.0201 引入数据权限体系;实体拦截器重构;模型文件版本管理;修复数据库注释特殊字符等Bug;提升空引用安全性 #430
Annotations
10 warnings
|
build-publish:
XCode/Exceptions/EntityException.cs#L30
Possible null reference argument for parameter 'innerException' in 'XException.XException(string message, Exception innerException)'.
|
|
build-publish:
XCode/Exceptions/EntityException.cs#L30
Possible null reference argument for parameter 'message' in 'XException.XException(string message, Exception innerException)'.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L115
Dereference of a possibly null reference.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L103
Dereference of a possibly null reference.
|
|
build-publish:
XCode/TDengine/TDengineDataReader.cs#L98
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#L52
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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).
|