Publish to NuGet #30
Annotations
11 warnings
|
publish
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
publish:
src/Polecat/Internal/DocumentSessionBase.cs#L937
Possible null reference assignment.
|
|
publish:
src/Polecat/Internal/DocumentSessionBase.cs#L936
Possible null reference assignment.
|
|
publish:
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.
|
|
publish:
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.
|
|
publish:
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.
|
|
publish:
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.
|
|
publish:
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.
|
|
publish:
src/Polecat/Internal/DocumentSessionBase.cs#L938
Possible null reference assignment.
|
|
publish:
src/Polecat/Internal/DocumentSessionBase.cs#L937
Possible null reference assignment.
|
|
publish:
src/Polecat/Internal/DocumentSessionBase.cs#L936
Possible null reference assignment.
|