Skip to content

Upgrade to .NET 8

Upgrade to .NET 8 #10

Triggered via push January 15, 2024 08:18
Status Success
Total duration 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Chat/ServiceModel/Chat.cs#L83
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L84
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L85
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L86
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L87
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L88
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L89
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L90
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L91
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Chat/ServiceModel/Chat.cs#L92
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.