Skip to content

Check for null identifier on add event. #1560

Check for null identifier on add event.

Check for null identifier on add event. #1560

Status Success
Total duration 13m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Marten/Events/Aggregation/AggregateVersioning.cs#L111
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Marten/Events/Aggregation/AggregateVersioning.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Marten/Exceptions/InvalidUtcDateTimeUsageException.cs#L9
Nullability of reference types in type of parameter 'transformed' of 'bool DateTimeUsageExceptionTransform.TryTransform(Exception original, out Exception? transformed)' doesn't match implicitly implemented member 'bool IExceptionTransform.TryTransform(Exception original, out Exception? transformed)' (possibly because of nullability attributes).
build: src/Marten/Exceptions/InvalidUtcDateTimeUsageException.cs#L43
Nullability of reference types in type of parameter 'transformed' of 'bool UtcDateTimeUsageExceptionTransform.TryTransform(Exception original, out Exception? transformed)' doesn't match implicitly implemented member 'bool IExceptionTransform.TryTransform(Exception original, out Exception? transformed)' (possibly because of nullability attributes).
build: src/Marten/Events/Projections/GeneratedProjection.cs#L29
Nullability of reference types in type of parameter 'services' doesn't match implemented member 'bool ICodeFile.AttachTypesSynchronously(GenerationRules rules, Assembly assembly, IServiceProvider? services, string containingNamespace)' (possibly because of nullability attributes).
build: src/Marten/Events/Projections/GeneratedProjection.cs#L42
Nullability of reference types in type of parameter 'services' doesn't match implemented member 'Task<bool> ICodeFile.AttachTypes(GenerationRules rules, Assembly assembly, IServiceProvider? services, string containingNamespace)' (possibly because of nullability attributes).
build: src/Marten/Events/Aggregation/EventSlice.cs#L65
Nullability of reference types in type of parameter 'x' doesn't match implemented member 'int IComparer<IEvent>.Compare(IEvent? x, IEvent? y)' (possibly because of nullability attributes).
build: src/Marten/Events/Aggregation/EventSlice.cs#L65
Nullability of reference types in type of parameter 'y' doesn't match implemented member 'int IComparer<IEvent>.Compare(IEvent? x, IEvent? y)' (possibly because of nullability attributes).
build: src/Marten/Events/Projections/Flattened/DecrementMap.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Marten/Events/Projections/Flattened/EventDeleter.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.