Add IDomainContextAccessor to pass IDomainContext in a nested domain … #166
Annotations
10 warnings
build:
src/Wodsoft.ComBoost.Core/FromClaimsAttribute.cs#L43
Possible null reference argument for parameter 'type' in 'IEnumerable<Claim> ClaimsPrincipal.FindAll(string type)'.
|
build:
src/Wodsoft.ComBoost.Core/DomainContext.cs#L21
The result of the expression is always 'false' since a value of type 'CancellationToken' is never equal to 'null' of type 'CancellationToken?'
|
build:
src/Wodsoft.ComBoost.Core/FromValueAttribute.cs#L61
Possible null reference argument for parameter 'name' in 'object? IValueProvider.GetValue(string name, Type valueType)'.
|
build:
src/Wodsoft.ComBoost.Core/DomainServiceEventManager.cs#L129
Possible null reference assignment.
|
build:
src/Wodsoft.ComBoost.Core/DomainServiceEventManager.cs#L115
Possible null reference argument for parameter 'value' in 'void DomainServiceEventManager.SetEventDelegate<T>(Delegate value)'.
|
build:
src/Wodsoft.ComBoost.Core/DomainServiceEventManager.cs#L50
Possible null reference return.
|
build:
src/Wodsoft.ComBoost.Core/DomainContextDataBag.cs#L40
Possible null reference assignment.
|
build:
src/Wodsoft.ComBoost.Core/DomainContextDataBag.cs#L20
Possible null reference assignment.
|
build:
src/Wodsoft.ComBoost.Core/DomainContextDataBag.cs#L44
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Wodsoft.ComBoost.Core/DomainContextDataBag.cs#L24
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|