Skip to content

Update nuget_publish.yml #11

Update nuget_publish.yml

Update nuget_publish.yml #11

Triggered via push February 2, 2024 07:27
Status Failure
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Automapify/Services/Mapper.cs#L22
Cannot convert null literal to non-nullable reference type.
build: Automapify/Services/Mapper.cs#L51
Cannot convert null literal to non-nullable reference type.
build: Automapify/Services/Mapper.cs#L24
Dereference of a possibly null reference.
build: Automapify/Services/Mapper.cs#L28
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#L55
Dereference of a possibly null reference.
build: Automapify/Services/Mapper.cs#L59
Dereference of a possibly null reference.
build: Automapify/Services/Mapper.cs#L84
Converting null literal or possible null value to non-nullable type.
build: Automapify/Services/Mapper.cs#L85
Possible null reference argument for parameter 'mapifyTuples' in 'Delegate Mapper.GetSourceExpression(IList<MapifyTuple> mapifyTuples, string propertyName)'.