Create Release Candidate #158
Annotations
10 warnings
Generator/DTO/Licenses.cs#L11
Non-nullable property 'Licenses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Release.cs#L13
Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Release.cs#L16
Non-nullable property 'ReleaseDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Licenses.cs#L16
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Licenses.cs#L18
Non-nullable property 'DetailsUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Licenses.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Licenses.cs#L21
Non-nullable property 'LicenseId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/DTO/Licenses.cs#L22
Non-nullable property 'SeeAlso' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Generator/Utils.cs#L36
Possible null reference return.
|
Generator/Program.cs#L31
Possible null reference argument for parameter 'versionOverride' in 'string Program.GetVersion(Release releaseMetadata, string versionOverride)'.
|
The logs for this run have expired and are no longer available.
Loading