Skip to content

Feature/open ai api improvements #23

Feature/open ai api improvements

Feature/open ai api improvements #23

Triggered via pull request November 9, 2023 10:26
Status Success
Total duration 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/API/HttpMessageHandlerFactory.cs#L31
Converting null literal or possible null value to non-nullable type.
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/Data/Models/Character.cs#L59
Converting null literal or possible null value to non-nullable type.
build: ChatRPG/Pages/Shared/_Layout.cshtml#L61
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/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.