Skip to content

fixed insight model

fixed insight model #4

Triggered via push August 1, 2023 04:23
Status Success
Total duration 35s
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#L159
Nullability of reference types in return type of 'Task<string?> LineRichMenuClient.GetDefaultRichMenuIdAsync(Action<HttpResponseHeaders>? getResponseHeaders = null)' doesn't match implicitly implemented member 'Task<string> IRichMenuClient.GetDefaultRichMenuIdAsync(Action<HttpResponseHeaders>? getResponseHeaders = null)'.
build: Src/LineDevelopers/Message/LineRichMenuClient.cs#L267
Nullability of reference types in return type of 'Task<string?> LineRichMenuClient.GetRichMenuIdOfUserAsync(string userId, Action<HttpResponseHeaders>? getResponseHeaders = null)' doesn't match implicitly implemented member 'Task<string> IRichMenuClient.GetRichMenuIdOfUserAsync(string userId, Action<HttpResponseHeaders>? getResponseHeaders = null)'.
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).
build: Src/LineDevelopers/Webhook/WebhookEventObjects/Source/MultiPersonChatSource.cs#L14
Nullability of reference types in return type of 'string? MultiPersonChatSource.UserId.get' doesn't match implicitly implemented member 'string ISource.UserId.get' (possibly because of nullability attributes).
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).