Create packages v1.0.75 #49
Annotations
12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterNotInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterNotInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
|