Run transaction participants when SaveChangesAsync has only participants pending #161
Annotations
10 warnings
|
Build:
src/Polecat/Internal/DocumentSessionBase.cs#L947
Possible null reference assignment.
|
|
Build:
src/Polecat/Internal/DocumentSessionBase.cs#L946
Possible null reference assignment.
|
|
Build:
src/Polecat/Events/Daemon/PolecatProjectionBatch.cs#L329
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
|
Build:
src/Polecat/Events/Daemon/PolecatProjectionBatch.cs#L308
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
|
Build:
src/Polecat/Events/Protected/StreamCompacting.cs#L73
Using member 'Polecat.Serialization.ISerializer.ToJson(Object)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Default ISerializer uses STJ reflection which requires runtime code generation.
|
|
Build:
src/Polecat/Events/Protected/StreamCompacting.cs#L73
Using member 'Polecat.Serialization.ISerializer.ToJson(Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Default ISerializer uses STJ reflection over document.GetType()'s properties; AOT consumers should supply a source-generator-backed ISerializer impl.
|
|
Build:
src/Polecat/Storage/DocumentMapping.cs#L375
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'JasperFx.Core.Reflection.ValueTypeInfo.ForType(Type)'. The parameter 'idType' of method 'Polecat.Storage.DocumentMapping.TryResolveValueTypeId(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Polecat/Internal/DocumentSessionBase.cs#L948
Possible null reference assignment.
|
|
Build:
src/Polecat/Internal/DocumentSessionBase.cs#L947
Possible null reference assignment.
|
|
Build:
src/Polecat/Internal/DocumentSessionBase.cs#L946
Possible null reference assignment.
|
background
wait
wait-all
cancel
Loading