Fix the alert ordering #26
Annotations
24 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, AsasInnab/regex-action@v1, tanaka-takayoshi/[email protected], mukunku/[email protected], tvdias/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, NuGet/setup-nuget@v1, actions/setup-dotnet@v3, AsasInnab/regex-action@v1, tanaka-takayoshi/[email protected], mukunku/[email protected], tvdias/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/UpdateProcessStateModel.cs#L21
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/CreateProcessModel.cs#L26
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/CreateProcessModel.cs#L26
Non-nullable property 'GroupKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/UpdateProcessStateEto.cs#L14
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/ProcessEto.cs#L11
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/ProcessEto.cs#L13
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/ProcessEto.cs#L15
Non-nullable property 'GroupKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/ProcessEto.cs#L25
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/ProcessStateInfoModel.cs#L24
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EasyAbp.ProcessManagement.Domain.Shared/EasyAbp/ProcessManagement/Processes/UpdateProcessStateModel.cs#L21
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/
|
|
|
|
|
|
|
|
|
|
|
This job succeeded
Loading