Skip to content

Update HackerNews.cs #131

Update HackerNews.cs

Update HackerNews.cs #131

Triggered via push February 19, 2026 11:34
Status Failure
Total duration 1m 22s
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.ServiceInterface/PostServices.cs#L60
Cannot implicitly convert type 'string' to 'long?'
build: TechStacks.ServiceInterface/PostServices.cs#L60
Cannot implicitly convert type 'string' to 'long?'
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#L30
Non-nullable property 'BodyHtml' 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#L29
Non-nullable property 'Body' 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#L28
Non-nullable property 'Subject' 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#L27
Non-nullable property 'ToName' 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#L26
Non-nullable property 'To' 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#L19
Non-nullable property 'Body' 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#L18
Non-nullable property 'Subject' 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).