Skip to content

Update Configure.BackgroundJobs.cs #108

Update Configure.BackgroundJobs.cs

Update Configure.BackgroundJobs.cs #108

Triggered via push December 12, 2025 18:44
Status Success
Total duration 52s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MyApp.ServiceModel/User.cs#L135
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Admin.cs#L73
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L154
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L153
Non-nullable property 'RefId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Admin.cs#L21
Non-nullable property 'DefaultGatewayNodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Admin.cs#L20
Non-nullable property 'Agents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Admin.cs#L19
Non-nullable property 'AgentEventCounts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L220
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L229
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Comfy.cs#L38
'OwnerAgentInfo.UserId' hides inherited member 'AgentInfo.UserId'. Use the new keyword if hiding was intended.