Skip to content

Update test projects packages #124

Update test projects packages

Update test projects packages #124

Triggered via push December 20, 2024 22:21
Status Failure
Total duration 2m 5s
Artifacts

bump_version.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: tests/Ooze.Typed.Tests.Npgsql/User.cs#L6
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: tests/Ooze.Typed.Tests.Npgsql/User.cs#L7
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.Npgsql/Comment.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.Npgsql/Comment.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.Npgsql/Post.cs#L6
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: tests/Ooze.Typed.Tests.Npgsql/Post.cs#L9
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.MySql/Comment.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.MySql/Comment.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Ooze.Typed.Tests.MySql/User.cs#L6
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: tests/Ooze.Typed.Tests.MySql/User.cs#L7
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.