Skip to content

测试合并前检查 #9

测试合并前检查

测试合并前检查 #9

Triggered via pull request January 2, 2024 11:31
@ks233ks233
opened #15
dev
Status Success
Total duration 2m 18s
Artifacts

dotnet_build.yml

on: pull_request
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#L30
Non-nullable field 'dictForm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GUI/MainForm.cs#L40
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#L42
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: 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: GptCaller.cs#L13
Non-nullable field 'api' 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: HttpServer.cs#L96
Dereference of a possibly null reference.
build: HttpServer.cs#L101
Converting null literal or possible null value to non-nullable type.
build: HttpServer.cs#L111
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/