Skip to content

Build Container

Build Container #2

Triggered via workflow run December 5, 2024 01:03
@LayoricLayoric
completed 73eeaae
Status Success
Total duration 59s
Artifacts

build-container.yml

on: workflow_run
build-container
48s
build-container
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-container: Chat/ServiceModel/Chat.cs#L83
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L84
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L85
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L86
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-container: Chat/ServiceModel/Chat.cs#L87
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L88
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-container: Chat/ServiceModel/Chat.cs#L89
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-container: Chat/ServiceModel/Chat.cs#L90
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L91
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: Chat/ServiceModel/Chat.cs#L92
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.