First implementation of key requests #36
Annotations
10 warnings
Build:
Program.cs#L201
Cannot convert null literal to non-nullable reference type.
|
Build:
Classes.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L17
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L18
Non-nullable property 'OwnerID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L19
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L20
Non-nullable property 'Channels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L32
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L33
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L34
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Classes.cs#L35
Non-nullable property 'Picture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading