Skip to content

Create packages v1.0.78 #51

Create packages v1.0.78

Create packages v1.0.78 #51

Triggered via pull request December 20, 2024 22:31
Status Success
Total duration 2m 5s
Artifacts

create_package.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Pomelo.EntityFrameworkCore.MySql
build: tests/Ooze.Typed.Tests.SqlServer/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.SqlServer/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.SqlServer/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.SqlServer/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.SqlServer/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.SqlServer/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.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.