You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nullability of reference types in type of parameter 'value' of 'void MyEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyEvent>.Context.set' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'other' of 'bool MyEvent.Equals(MyEvent other)' doesn't match implicitly implemented member 'bool IEquatable<MyEvent>.Equals(MyEvent? other)' (possibly because of nullability attributes).
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
Dereference of a possibly null reference.
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Nullability of reference types in type of parameter 'handler' of 'void QuickHandlerFactoryAsync.Release(IHandleRequestsAsync handler, IAmALifetime lifetime)' doesn't match implicitly implemented member 'void IAmAHandlerFactoryAsync.Release(IHandleRequestsAsync? handler, IAmALifetime lifetime)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'value' of 'void MyEventMessageMapperAsync.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<MyEvent>.Context.set' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'value' of 'void MyEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyEvent>.Context.set' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'other' of 'bool MyEvent.Equals(MyEvent other)' doesn't match implicitly implemented member 'bool IEquatable<MyEvent>.Equals(MyEvent? other)' (possibly because of nullability attributes).
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapperAsync.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
The logs for this run have expired and are no longer available.