Skip to content

Merge pull request #6 from Nikoo-Asadnejad/develop #19

Merge pull request #6 from Nikoo-Asadnejad/develop

Merge pull request #6 from Nikoo-Asadnejad/develop #19

Triggered via push August 18, 2023 09:08
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: GenericRepository/Repository/GenericRepository/Query/QueryGenericRepository.Async.cs#L20
Nullability of reference types in type of parameter 'query' of 'Task<long> QueryGenericRepository<T>.GetCountAsync(Expression<Func<T, bool>> query = null)' doesn't match implicitly implemented member 'Task<long> IQueryGenericRepository<T>.GetCountAsync(Expression<Func<T, bool>>? query = null)' (possibly because of nullability attributes).
build: GenericRepository/Repository/GenericRepository/Query/QueryGenericRepository.Async.cs#L20
Cannot convert null literal to non-nullable reference type.
build: GenericRepository/Data/CommandContext.cs#L11
Nullability of reference types in type of parameter 'sender' of 'void CommandContext.TrackChanges(object sender, EntityEntryEventArgs e)' doesn't match the target delegate 'EventHandler<EntityStateChangedEventArgs>' (possibly because of nullability attributes).
build: GenericRepository/Data/CommandContext.cs#L12
Nullability of reference types in type of parameter 'sender' of 'void CommandContext.TrackChanges(object sender, EntityEntryEventArgs e)' doesn't match the target delegate 'EventHandler<EntityTrackedEventArgs>' (possibly because of nullability attributes).
build: GenericRepository/Entities/ChangeLogEntity.cs#L6
Non-nullable property 'OldValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GenericRepository/Entities/ChangeLogEntity.cs#L7
Non-nullable property 'NewValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GenericRepository/Entities/ChangeLogEntity.cs#L8
Non-nullable property 'RelatedEntityId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GenericRepository/Entities/ChangeLogEntity.cs#L9
Non-nullable property 'RelatedEntityType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GenericRepository/Repository/GenericRepository/Query/QueryGenericRepository.Async.cs#L51
Possible null reference argument for parameter 'predicate' in 'IQueryable<T> Queryable.Where<T>(IQueryable<T> source, Expression<Func<T, bool>> predicate)'.
build: GenericRepository/Repository/GenericRepository/Query/QueryGenericRepository.Async.cs#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.