Skip to content

compress empty folder #4

compress empty folder

compress empty folder #4

Triggered via push December 30, 2023 02:29
Status Success
Total duration 2m 18s
Artifacts

dotnet_build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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
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
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
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: GUI/DictForm.cs#L18
Non-nullable field 'mainForm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GUI/MainForm.cs#L38
Non-nullable field 'dictForm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GUI/MainForm.cs#L38
Non-nullable field 'gptCaller' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Program.cs#L10
Non-nullable field 'APP_SETTING' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GUI/DictForm.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void DictForm.CoreWebView2_NewWindowRequested(object sender, CoreWebView2NewWindowRequestedEventArgs e)' doesn't match the target delegate 'EventHandler<CoreWebView2NewWindowRequestedEventArgs>' (possibly because of nullability attributes).
build: GUI/MainForm.cs#L48
Nullability of reference types in type of parameter 'sender' of 'void MainForm.CoreWebView2_NewWindowRequested(object sender, CoreWebView2NewWindowRequestedEventArgs e)' doesn't match the target delegate 'EventHandler<CoreWebView2NewWindowRequestedEventArgs>' (possibly because of nullability attributes).
build: GUI/MainForm.cs#L50
Nullability of reference types in type of parameter 'sender' of 'void MainForm.CoreWebView2_WebMessageReceived(object sender, CoreWebView2WebMessageReceivedEventArgs e)' doesn't match the target delegate 'EventHandler<CoreWebView2WebMessageReceivedEventArgs>' (possibly because of nullability attributes).
build: GptCaller.cs#L13
Non-nullable field 'api' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GUI/MainForm.cs#L154
The variable 'ex' is declared but never used
build: HttpServer.cs#L96
Dereference of a possibly null reference.
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/