Skip to content

Use nullable in tests #67

Use nullable in tests

Use nullable in tests #67

Triggered via push September 21, 2024 09:58
Status Failure
Total duration 1m 44s
Artifacts

build-test.yml

on: push
Matrix: build-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-test (8.0)
Process completed with exit code 1.
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L139
Nullability of reference types in return type of 'CacheEntry? MongoDbFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L131
Nullability of reference types in return type of 'CacheEntry? SqliteFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L123
Nullability of reference types in return type of 'CacheEntry? FileSystemFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L115
Nullability of reference types in return type of 'CacheEntry? SqlServerFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L107
Nullability of reference types in return type of 'CacheEntry? PostgreSqlFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L99
Nullability of reference types in return type of 'CacheEntry? MySqlFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L99
Nullability of reference types in return type of 'CacheEntry? MySqlFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L107
Nullability of reference types in return type of 'CacheEntry? PostgreSqlFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L115
Nullability of reference types in return type of 'CacheEntry? SqlServerFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).
build-test (8.0): tests/PersistedCache.Tests/PullTests.cs#L131
Nullability of reference types in return type of 'CacheEntry? SqliteFixture.GetCacheEntry(string key)' doesn't match the target delegate 'Func<string, CacheEntry>' (possibly because of nullability attributes).