Skip to content

extra defensive guard over empty category names #159

extra defensive guard over empty category names

extra defensive guard over empty category names #159

Triggered via push July 20, 2026 07:19
Status Success
Total duration 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: MyApp.ServiceModel/User.cs#L266
Non-nullable property 'UserName' 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#L294
Non-nullable property 'UserName' 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#L279
Non-nullable property 'ResponseStatus' 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#L278
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/User.cs#L277
Non-nullable property 'UserName' 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#L276
Non-nullable property 'ApiKey' 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#L287
Non-nullable property 'Name' 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.
build: MyApp.ServiceModel/ChatCompletion.cs#L234
'AiFileContent.File' hides inherited member 'AiContent.File(string, string, string?)'. Use the new keyword if hiding was intended.
build: MyApp.ServiceModel/ChatCompletion.cs#L187
'AiTextContent.Text' hides inherited member 'AiContent.Text(string)'. Use the new keyword if hiding was intended.