✨ feat(models): 增加流量模型的請求標頭屬性 #334
Annotations
12 warnings
|
|
|
|
|
src/Netcorext.Auth.API/Services/User/Queries/Models/UserFunctionMixRole.cs#L5
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
|
|
|
src/Netcorext.Auth.API/Services/Permission/Queries/GetPermission/GetPermissionHandler.cs#L34
The type 'string?' cannot be used as type parameter 'T' in the generic type or method 'MemoryExtensions.Contains<T>(ReadOnlySpan<T>, T)'. Nullability of type argument 'string?' doesn't match constraint type 'System.IEquatable<string?>'.
|
|
src/Netcorext.Auth.API/Services/Role/Commands/CreateRole/CreateRoleHandler.cs#L48
The type 'string?' cannot be used as type parameter 'T' in the generic type or method 'MemoryExtensions.Contains<T>(ReadOnlySpan<T>, T)'. Nullability of type argument 'string?' doesn't match constraint type 'System.IEquatable<string?>'.
|
|
src/Netcorext.Auth.API/Services/User/Queries/Models/UserFunctionMixRole.cs#L5
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading