fix(background): 添加异常捕获,确保单个彩票处理失败不影响其他 #95
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, softprops/action-gh-release@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Publish project:
src/DFApp.Application.Contracts/Lottery/Statistics/StatisticsInputDto.cs#L11
Non-nullable property 'LotteryType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/CreateUpdateExternalLinkDto.cs#L14
Non-nullable property 'MediaIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/CreateUpdateExternalLinkDto.cs#L13
Non-nullable property 'LinkContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/CreateUpdateExternalLinkDto.cs#L11
Non-nullable property 'TimeConsumed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/CreateUpdateExternalLinkDto.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/ExternalLinkDto.cs#L14
Non-nullable property 'LinkContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/ExternalLinkDto.cs#L12
Non-nullable property 'TimeConsumed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/ExternalLinkDto.cs#L11
Non-nullable property 'Size' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Application.Contracts/Media/ExternalLink/ExternalLinkDto.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish project:
src/DFApp.Domain.Shared/Helper/AppsettingsHelper.cs#L30
Possible null reference return.
|
background
wait
wait-all
cancel
Loading