Create packages v1.0.71 #46
Annotations
11 warnings
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Npgsql.EntityFrameworkCore.PostgreSQL
|
build:
tests/Ooze.Typed.Tests.Npgsql/Comment.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider 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 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 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 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 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 declaring the property as nullable.
|
build:
tests/Ooze.Typed.Tests/FilterHandlerTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
build:
tests/Ooze.Typed.Tests/FilterHandlerTests.cs#L65
Cannot convert null literal to non-nullable reference type.
|
build:
tests/Ooze.Typed.Tests/Integration/Setup/User.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
tests/Ooze.Typed.Tests/Integration/Setup/User.cs#L7
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|