Skip to content

add line login

add line login #2

Triggered via push July 21, 2023 10:40
Status Success
Total duration 31s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: Src/LineDevelopers/Converters/CustomJsonStringEnumConverter.cs#L16
Cannot convert null literal to non-nullable reference type.
build: Src/LineDevelopers/Message/LineRichMenuClient.cs#L149
Nullability of reference types in return type of 'Task<string?> LineRichMenuClient.GetDefaultRichMenuIdAsync()' doesn't match implicitly implemented member 'Task<string> IRichMenuClient.GetDefaultRichMenuIdAsync()'.
build: Src/LineDevelopers/Message/LineRichMenuClient.cs#L251
Nullability of reference types in return type of 'Task<string?> LineRichMenuClient.GetRichMenuIdOfUserAsync(string userId)' doesn't match implicitly implemented member 'Task<string> IRichMenuClient.GetRichMenuIdOfUserAsync(string userId)'.
build: Src/LineDevelopers/Message/Messages/MessageObjects/ActionObjects/DateTimePickerAction.cs#L30
Nullability of reference types in return type of 'string? DateTimePickerAction.Label.get' doesn't match implicitly implemented member 'string IAction.Label.get' (possibly because of nullability attributes).
build: Src/LineDevelopers/Message/Messages/MessageObjects/ActionObjects/MessageAction.cs#L22
Nullability of reference types in return type of 'string? MessageAction.Label.get' doesn't match implicitly implemented member 'string IAction.Label.get' (possibly because of nullability attributes).
build: Src/LineDevelopers/Message/Messages/MessageObjects/ActionObjects/PostBackAction.cs#L30
Nullability of reference types in return type of 'string? PostBackAction.Label.get' doesn't match implicitly implemented member 'string IAction.Label.get' (possibly because of nullability attributes).
build: Src/LineDevelopers/Message/Messages/MessageObjects/ActionObjects/RichMenuSwitchAction.cs#L24
Nullability of reference types in return type of 'string? RichMenuSwitchAction.Label.get' doesn't match implicitly implemented member 'string IAction.Label.get' (possibly because of nullability attributes).
build: Src/LineDevelopers/Message/Messages/MessageObjects/ActionObjects/UriAction.cs#L24
Nullability of reference types in return type of 'string? UriAction.Label.get' doesn't match implicitly implemented member 'string IAction.Label.get' (possibly because of nullability attributes).
build: Src/LineDevelopers/Message/Messages/MessageObjects/Components/IComponent.cs#L14
'FillerComponent' is obsolete: 'FillerComponent is deprecated'
build: Src/LineDevelopers/Webhook/WebhookEventObjects/Source/GroupChatSource.cs#L14
Nullability of reference types in return type of 'string? GroupChatSource.UserId.get' doesn't match implicitly implemented member 'string ISource.UserId.get' (possibly because of nullability attributes).