Name replace order fixed #348
Annotations
11 warnings
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/
|
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.
|
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.
|
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L19
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NeuroSpeech.EntityAccessControl/AppValidationErrors.cs#L24
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NeuroSpeech.EntityAccessControl/VerificationContext.cs#L150
Possible null reference argument for parameter 'value' in 'IQueryable? IEntityEvents.ForeignKeyFilter(EntityEntry entity, PropertyInfo key, object value, FilterFactory fs)'.
|
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.
|
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.
|
NeuroSpeech.EntityAccessControl/DateRange.cs#L32
Non-nullable property 'Range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NeuroSpeech.EntityAccessControl/DateRange.cs#L34
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading