Many to many mapping #8
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Automapify/Services/Mapper.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L68
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L111
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L27
Dereference of a possibly null reference.
|
build:
Automapify/Services/Mapper.cs#L37
Possible null reference argument for parameter 'destinationObj' in 'void Mapper.MapCollection<TSource, TDestination>(TSource sourceObj, IList destinationObj, Type destinationType, MapifyConfiguration mapifyConfiguration = null)'.
|
build:
Automapify/Services/Mapper.cs#L37
Possible null reference argument for parameter 'destinationType' in 'void Mapper.MapCollection<TSource, TDestination>(TSource sourceObj, IList destinationObj, Type destinationType, MapifyConfiguration mapifyConfiguration = null)'.
|
build:
Automapify/Services/Mapper.cs#L46
Dereference of a possibly null reference.
|
build:
Automapify/Services/Attributes/MapAttribute.cs#L12
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Automapify/Services/Attributes/MapAttribute.cs#L17
Non-nullable property 'SourceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Automapify/Services/Mapper.cs#L82
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|