Skip to content

Many to many mapping #9

Many to many mapping

Many to many mapping #9

Triggered via pull request August 19, 2024 07:45
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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.
build: Automapify/Services/Mapper.cs#L84
Converting null literal or possible null value to non-nullable type.
build: Automapify/Services/Mapper.cs#L86
Possible null reference argument for parameter 'destinationObj' in 'void Mapper.MapCollection<TSource, TDestination>(TSource sourceObj, IList destinationObj, Type destinationType, MapifyConfiguration mapifyConfiguration = null)'.