Updating Documentation #547
Merged
Annotations
10 warnings
|
src/Cloud5mins.ShortenerTools.Core/Service/AzStrorageTablesService.cs#L108
Converting null literal or possible null value to non-nullable type.
|
|
src/Cloud5mins.ShortenerTools.Core/Service/AzStrorageTablesService.cs#L130
Converting null literal or possible null value to non-nullable type.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L52
Possible null reference argument for parameter 'source' in 'List<Schedule> Enumerable.ToList<Schedule>(IEnumerable<Schedule> source)'.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property '_activeUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property 'ShortUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property 'SchedulesPropertyRaw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property '_schedules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L69
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading