Remove ssn from post request reset estate #19
Annotations
11 warnings
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L198
Non-nullable property 'Heir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L223
Non-nullable property 'PreferredSettlementProcedure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L180
Non-nullable property 'StreetAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L185
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L190
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L141
Non-nullable property 'Birthday' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L146
Non-nullable property 'Nin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L151
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 and Test:
src/oed-testdata.Server/Models/oed.cs#L156
Non-nullable property 'MiddleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
src/oed-testdata.Server/Models/oed.cs#L161
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|