Skip to content

Fix typo

Fix typo #121

Re-run triggered October 27, 2024 23:12
Status Success
Total duration 2m 46s
Artifacts

bump_version.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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
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/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/DatabaseFilterInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
build: tests/Ooze.Typed.Tests/Integration/DatabaseFilterInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
build: tests/Ooze.Typed.Tests/Integration/DatabaseFilterNotInIntegrationTests.cs#L27
Cannot convert null literal to non-nullable reference type.
build: tests/Ooze.Typed.Tests/Integration/DatabaseFilterNotInIntegrationTests.cs#L27
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/AsyncDatabaseFilterNotInIntegrationTests.cs#L28
Cannot convert null literal to non-nullable reference type.
build: tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterRangeIntegrationTests.cs#L30
Cannot convert null literal to non-nullable reference type.
build: tests/Ooze.Typed.Tests/Integration/AsyncDatabaseFilterRangeIntegrationTests.cs#L30
Cannot convert null literal to non-nullable reference type.