Skip to content

Update nuget_publish.yml #15

Update nuget_publish.yml

Update nuget_publish.yml #15

Triggered via push February 2, 2024 07:46
Status Success
Total duration 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Mapper.cs#L55
Dereference of a possibly null reference.
build: Automapify/Services/Mapper.cs#L59
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/MapifyConfigurationBuilder.cs#L35
Converting null literal or possible null value to non-nullable type.
build: Automapify/Services/MapifyConfigurationBuilder.cs#L38
Possible null reference return.