display templates in order #16
Annotations
10 warnings
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceInterface/EmailServices.cs#L17
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Bookings.cs#L93
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Bookings.cs#L80
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Todos.cs#L20
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Todos.cs#L29
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Todos.cs#L44
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Todos.cs#L50
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/User.cs#L14
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/User.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (24):
test-projects/AcmeCorp/AcmeCorp.ServiceModel/Bookings.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|