Feature: using newer c# version and primary constructors #23
Annotations
10 warnings
|
sample/Vivarni.Example.Infrastructure/ApplicationDbContext.cs#L60
Dereference of a possibly null reference.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L27
Field 'GenericRepository<T>.ctx' is never assigned to, and will always have its default value null
|
|
src/Vivarni.DDD.Infrastructure/Caching/MemoryCacheCachingProvider.cs#L21
Nullability of reference types in value of type 'Task<T?>' doesn't match target type 'Task<T>'.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L24
Parameter 'ctx' is unread.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L27
Non-nullable field 'ctx' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L27
Field 'GenericRepository<T>.ctx' is never assigned to, and will always have its default value null
|
|
src/Vivarni.DDD.Infrastructure/Caching/MemoryCacheCachingProvider.cs#L21
Nullability of reference types in value of type 'Task<T?>' doesn't match target type 'Task<T>'.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L24
Parameter 'ctx' is unread.
|
|
src/Vivarni.DDD.Infrastructure/Repositories/GenericRepository.cs#L27
Non-nullable field 'ctx' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
sample/Vivarni.Example.Domain/Entities/GuestMessagesCounter.cs#L10
Non-nullable property 'LastEntryBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading