Skip to content

Upgrade to Npgsql 10.* #84

Upgrade to Npgsql 10.*

Upgrade to Npgsql 10.* #84

Triggered via push November 23, 2025 01:22
Status Success
Total duration 48s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/App.cs#L19
Non-nullable property 'AllFlagTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/App.cs#L18
Non-nullable property 'AllPostTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TechStacks.ServiceModel/App.cs#L17
Non-nullable property 'AllTiers' 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#L40
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/Admin.cs#L39
Non-nullable property 'ResentIds' 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).