SkipStaleGapsDespiteLiveTransactionsAfter survives detector restarts (evidence-based stall onset) - #5109
Closed
uniquelau wants to merge 2 commits into
Closed
Annotations
10 warnings
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/DocumentSessionBase.ProjectionStorage.cs(255,24): warning CS8613: Nullability of reference types in return type of 'Task<TDoc?> ProjectionStorage<TDoc, TId>.LoadAsync(TId id, CancellationToken cancellation)' doesn't match implicitly implemented member 'Task<TDoc> IProjectionStorage<TDoc, TId>.LoadAsync(TId id, CancellationToken cancellation)'. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/DocumentSessionBase.ProjectionStorage.cs(183,17): warning CS8767: Nullability of reference types in type of parameter 'lastEvent' of 'void ProjectionStorage<TDoc, TId>.StoreProjection(TDoc aggregate, IEvent lastEvent, AggregationScope scope)' doesn't match implicitly implemented member 'void IProjectionStorage<TDoc, TId>.StoreProjection(TDoc aggregate, IEvent? lastEvent, AggregationScope scope)' (possibly because of nullability attributes). [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/DocumentSessionBase.ProjectionStorage.cs(215,52): warning CS0693: Type parameter 'TId' has the same name as the type parameter from outer type 'ProjectionStorage<TDoc, TId>' [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/DocumentSessionBase.ProjectionStorage.cs(27,54): warning CS8633: Nullability in constraints for type parameter 'TId' of method 'DocumentSessionBase.FetchProjectionStorageAsync<TDoc, TId>(string, CancellationToken)' doesn't match the constraints for type parameter 'TId' of interface method 'IStorageOperations.FetchProjectionStorageAsync<TDoc, TId>(string, CancellationToken)'. Consider using an explicit interface implementation instead. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/DocumentSessionBase.ProjectionStorage.cs(27,54): warning CS8633: Nullability in constraints for type parameter 'TDoc' of method 'DocumentSessionBase.FetchProjectionStorageAsync<TDoc, TId>(string, CancellationToken)' doesn't match the constraints for type parameter 'TDoc' of interface method 'IStorageOperations.FetchProjectionStorageAsync<TDoc, TId>(string, CancellationToken)'. Consider using an explicit interface implementation instead. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/Sessions/QuerySession.Metadata.cs(21,42): warning CS8767: Nullability of reference types in type of parameter 'value' of 'void QuerySession.CurrentUserName.set' doesn't match implicitly implemented member 'void IMetadataContext.CurrentUserName.set' (possibly because of nullability attributes). [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/ValueTypeIdentifiedDocumentStorage.cs(33,110): warning CS8714: The type 'TValueType' cannot be used as type parameter 'TId' in the generic type or method 'IDocumentStorage<T, TId>'. Nullability of type argument 'TValueType' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Internal/ValueTypeIdentifiedDocumentStorage.cs(33,110): warning CS8714: The type 'TDoc' cannot be used as type parameter 'T' in the generic type or method 'IDocumentStorage<T, TId>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Patching/PatchOperation.cs(180,26): warning CS0108: 'PatchOperation.Role()' hides inherited member 'StatementOperation.Role()'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Includes/IncludePlan.cs(39,32): warning CS8766: Nullability of reference types in return type of 'Expression? IncludePlan<T>.Where.get' doesn't match implicitly implemented member 'Expression IIncludePlan.Where.get' (possibly because of nullability attributes). [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net9.0]
|
background
wait
wait-all
cancel
parallel
Loading