Update Automapify.csproj #22
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#L127
Cannot convert null literal to non-nullable reference type.
|
build:
Automapify/Services/Mapper.cs#L177
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/Models/MapifyTuple.cs#L20
Non-nullable property 'SourceExpression' 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#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.
|