Fix/many to many mapping #12
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/Attributes/MapAttribute.cs#L12
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 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)'.
|