Adding max depth #353
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
NeuroSpeech.EntityAccessControl/ObjectCache.cs#L15
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Build:
NeuroSpeech.EntityAccessControl/TypeExtensions.cs#L80
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Build:
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L19
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L24
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
NeuroSpeech.EntityAccessControl/VerificationContext.cs#L150
Possible null reference argument for parameter 'value' in 'IQueryable? IEntityEvents.ForeignKeyFilter(EntityEntry entity, PropertyInfo key, object value, FilterFactory fs)'.
|
Build:
NeuroSpeech.EntityAccessControl/VerificationContext.cs#L196
Argument of type 'List<(PropertyInfo, object?, PropertyInfo)>' cannot be used for parameter 'keys' of type 'List<(PropertyInfo, object, PropertyInfo)>' in 'int VerificationContext<TContext>.QueueEntityKey<T, T>(EntityEntry e, List<(PropertyInfo, object, PropertyInfo)> keys)' due to differences in the nullability of reference types.
|
Build:
NeuroSpeech.EntityAccessControl/VerificationContext.cs#L248
Argument of type '(PropertyInfo, object CurrentValue, PropertyInfo?)' cannot be used for parameter 'item' of type '(PropertyInfo, object, PropertyInfo)' in 'void List<(PropertyInfo, object, PropertyInfo)>.Add((PropertyInfo, object, PropertyInfo) item)' due to differences in the nullability of reference types.
|
Build:
NeuroSpeech.EntityAccessControl/TypeExtensions.cs#L383
Possible null reference return.
|
Build:
NeuroSpeech.EntityAccessControl/BaseEntityController.cs#L580
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading