Feature/open ai api improvements #22
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
ChatRPG/Areas/Identity/RevalidatingIdentityAuthenticationStateProvider.cs#L50
The type 'TUser?' cannot be used as type parameter 'TUser' in the generic type or method 'UserManager<TUser>'. Nullability of type argument 'TUser?' doesn't match 'class' constraint.
|
build:
ChatRPG/Data/Models/Character.cs#L59
Converting null literal or possible null value to non-nullable type.
|
build:
ChatRPG/Areas/Identity/RevalidatingIdentityAuthenticationStateProvider.cs#L34
The type 'TUser?' cannot be used as type parameter 'TUser' in the generic type or method 'UserManager<TUser>'. Nullability of type argument 'TUser?' doesn't match 'class' constraint.
|
build:
ChatRPG/Areas/Identity/RevalidatingIdentityAuthenticationStateProvider.cs#L34
Nullability of reference types in value of type 'UserManager<TUser>' doesn't match target type 'UserManager<TUser?>'.
|
build:
ChatRPG/Program.cs#L54
The type 'ChatRPG.Data.Models.User?' cannot be used as type parameter 'TUser' in the generic type or method 'UserManager<TUser>'. Nullability of type argument 'ChatRPG.Data.Models.User?' doesn't match 'class' constraint.
|
build:
ChatRPG/Program.cs#L54
Nullability of reference types in value of type 'UserManager<User>' doesn't match target type 'UserManager<User?>'.
|
build:
ChatRPG/Pages/Shared/_Layout.cshtml#L61
Converting null literal or possible null value to non-nullable type.
|
build:
ChatRPG/API/HttpMessageHandlerFactory.cs#L31
Converting null literal or possible null value to non-nullable type.
|
build:
ChatRPG/Areas/Identity/RevalidatingIdentityAuthenticationStateProvider.cs#L50
The type 'TUser?' cannot be used as type parameter 'TUser' in the generic type or method 'UserManager<TUser>'. Nullability of type argument 'TUser?' doesn't match 'class' constraint.
|
build:
ChatRPG/Data/Models/Character.cs#L59
Converting null literal or possible null value to non-nullable type.
|