Skip to content

Update dotnet.yml work please #4

Update dotnet.yml work please

Update dotnet.yml work please #4

Triggered via push November 2, 2023 13:53
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
No files were found with the provided path: bin\Release\net7.0\*.exe. No artifacts will be uploaded.
build: Program.cs#L193
Cannot convert null literal to non-nullable reference type.
build: Classes.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L16
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L17
Non-nullable property 'OwnerID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L18
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L19
Non-nullable property 'Channels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L6
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L7
Non-nullable property 'ChannelID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L8
Non-nullable property 'UserID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Classes.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.