Skip to content

display templates in order #16

display templates in order

display templates in order #16

Triggered via push December 7, 2025 08:32
Status Success
Total duration 1m 26s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

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.