Skip to content

Pack and publish NuGet packages #1

Pack and publish NuGet packages

Pack and publish NuGet packages #1

Triggered via release October 1, 2024 13:02
@GJRTSNGJRTSN
published b9faf06
Status Success
Total duration 1m 0s
Artifacts

publish-release.yml

on: release
release-nuget
46s
release-nuget
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release-nuget: src/DsbNorge.A3Forms/Models/ContactInfo.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/ContactInfo.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/ContactInfo.cs#L9
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/ContactInfo.cs#L11
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/ContactInfo.cs#L13
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/Address/Municipality.cs#L4
Non-nullable property 'KommunenavnNorsk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/Address/Municipality.cs#L5
Non-nullable property 'Kommunenummer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/Address/MapLocation.cs#L4
Non-nullable property 'LatLonAsString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/Address/MapLocation.cs#L6
Non-nullable property 'Lat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release-nuget: src/DsbNorge.A3Forms/Models/Address/MapLocation.cs#L8
Non-nullable property 'Lon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.