Annotations
10 warnings
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Build A3Forms:
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.
|
Loading