Skip to content

Merge pull request #16 from Adexandria/feature/many-to-many-mapping #18

Merge pull request #16 from Adexandria/feature/many-to-many-mapping

Merge pull request #16 from Adexandria/feature/many-to-many-mapping #18

Triggered via push August 28, 2024 11:50
Status Success
Total duration 30s
Artifacts
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#L24
Cannot convert null literal to non-nullable reference type.
build: Automapify/Services/Mapper.cs#L71
Cannot convert null literal to non-nullable reference type.
build: Automapify/Services/Mapper.cs#L118
Cannot convert null literal to non-nullable reference type.
build: Automapify/Services/Mapper.cs#L161
Cannot convert null literal to non-nullable reference type.
build: Automapify/Models/Property.cs#L11
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Automapify/Services/Mapper.cs#L28
Dereference of a possibly null reference.
build: Automapify/Services/Mapper.cs#L40
Possible null reference argument for parameter 'destinationObj' in 'void Mapper.MapCollection<TSource>(TSource sourceObj, IList destinationObj, Type destinationType, Type sourceType, MapifyConfiguration mapifyConfiguration = null)'.
build: Automapify/Services/Mapper.cs#L40
Possible null reference argument for parameter 'destinationType' in 'void Mapper.MapCollection<TSource>(TSource sourceObj, IList destinationObj, Type destinationType, Type sourceType, MapifyConfiguration mapifyConfiguration = null)'.
build: Automapify/Services/Mapper.cs#L87
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#L89
Converting null literal or possible null value to non-nullable type.