Update README #117
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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/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/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/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.
|
build:
tests/Ooze.Typed.Tests/Integration/Setup/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/Integration/Setup/Post.cs#L9
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|