Create dotnet.yml #1
Annotations
10 warnings
build:
Automapify/Services/Mapper.cs#L22
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L65
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L24
Dereference of a possibly null reference.
|
build:
Automapify/Services/Mapper.cs#L28
Dereference of a possibly null reference.
|
build:
Automapify/Services/Mapper.cs#L34
Converting null literal or possible null value to non-nullable type.
|
build:
Automapify/Services/Mapper.cs#L35
Possible null reference argument for parameter 'mapifyTuples' in 'Func<TSource, object> Mapper.GetSourceExpression<TSource, TDestination>(IList<MapifyTuple<TSource, TDestination>> mapifyTuples, string propertyName)'.
|
build:
Automapify/Services/Mapper.cs#L45
Converting null literal or possible null value to non-nullable type.
|
build:
Automapify/Services/Mapper.cs#L69
Dereference of a possibly null reference.
|
build:
Automapify/Services/Mapper.cs#L73
Dereference of a possibly null reference.
|
build:
Automapify/Services/Mapper.cs#L79
Converting null literal or possible null value to non-nullable type.
|