Skip to content

Merge pull request #589 from mstaelen/patch-1 #66

Merge pull request #589 from mstaelen/patch-1

Merge pull request #589 from mstaelen/patch-1 #66

Triggered via push October 16, 2025 14:04
Status Success
Total duration 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Core/Domain/ShortUrlEntity.cs#L72
Non-nullable property 'SchedulesPropertyRaw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/Domain/ShortUrlEntity.cs#L72
Non-nullable property 'ShortUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/Domain/ShortUrlEntity.cs#L72
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/Domain/ShortUrlEntity.cs#L72
Non-nullable property '_activeUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/Domain/ShortUrlEntity.cs#L72
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/Domain/ShortUrlEntity.cs#L52
Possible null reference argument for parameter 'source' in 'List<Schedule> Enumerable.ToList<Schedule>(IEnumerable<Schedule> source)'.
build: src/Core/Service/AzStrorageTablesService.cs#L158
Nullability of reference types in type of parameter 'endDate' of 'Task<List<ClickStatsEntity>> AzStrorageTablesService.GetAllStatsByVanity(string vanity, string startDate, string endDate)' doesn't match implicitly implemented member 'Task<List<ClickStatsEntity>> IAzStrorageTablesService.GetAllStatsByVanity(string vanity, string? startDate = null, string? endDate = null)' (possibly because of nullability attributes).
build: src/Core/Service/AzStrorageTablesService.cs#L158
Nullability of reference types in type of parameter 'startDate' of 'Task<List<ClickStatsEntity>> AzStrorageTablesService.GetAllStatsByVanity(string vanity, string startDate, string endDate)' doesn't match implicitly implemented member 'Task<List<ClickStatsEntity>> IAzStrorageTablesService.GetAllStatsByVanity(string vanity, string? startDate = null, string? endDate = null)' (possibly because of nullability attributes).
build: src/Core/Domain/ShortUrlEntity.cs#L6
The using directive for 'Azure.Data.Tables' appeared previously in this namespace
build: src/Core/Domain/ShortUrlEntity.cs#L5
The using directive for 'Azure' appeared previously in this namespace