Skip to content

Merge pull request #1 from NetCoreApps/copilot/update-github-actions-… #75

Merge pull request #1 from NetCoreApps/copilot/update-github-actions-…

Merge pull request #1 from NetCoreApps/copilot/update-github-actions-… #75

Triggered via push November 22, 2025 00:42
Status Failure
Total duration 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build
Process completed with exit code 1.
build: TechStacks/Program.cs#L100
'IServiceCollection' does not contain a definition for 'AddServiceStackOpenApi' and no accessible extension method 'AddServiceStackOpenApi' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build: TechStacks/Program.cs#L100
'IServiceCollection' does not contain a definition for 'AddServiceStackOpenApi' and no accessible extension method 'AddServiceStackOpenApi' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
build: TechStacks.ServiceModel/Users.cs#L163
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: TechStacks.ServiceModel/Users.cs#L176
Non-nullable property 'RefUrn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/Users.cs#L175
Non-nullable property 'RefSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/Users.cs#L172
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/Users.cs#L171
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: TechStacks.ServiceModel/Users.cs#L182
Non-nullable property 'Emails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/Users.cs#L188
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: TechStacks.ServiceModel/Users.cs#L187
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: TechStacks.ServiceModel/Users.cs#L204
Non-nullable property 'PostTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/Admin.cs#L52
Nullability of reference types in type of parameter 'value' of 'void HourlyTaskResponse.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).