Skip to content

Fix test script exit code issue with arithmetic expressions #14

Fix test script exit code issue with arithmetic expressions

Fix test script exit code issue with arithmetic expressions #14

Triggered via push November 22, 2025 11:24
Status Success
Total duration 1m 24s
Artifacts

ci.yml

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

Annotations

10 warnings
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/Bookings.cs#L133
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/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#L124
Non-nullable property 'Description' 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#L123
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#L73
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/Bookings.cs#L37
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#L32
Non-nullable property 'Discount' 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#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.