Pin GitHub Actions to full-length commit SHAs - #605
Open
Dan Fiedler (danfiedler-msft) wants to merge 1 commit into
Open
Pin GitHub Actions to full-length commit SHAs#605Dan Fiedler (danfiedler-msft) wants to merge 1 commit into
Dan Fiedler (danfiedler-msft) wants to merge 1 commit into
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build solution:
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 solution:
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 solution:
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 solution:
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 solution:
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 solution:
src/Core/Domain/ShortUrlEntity.cs#L52
Possible null reference argument for parameter 'source' in 'List<Schedule> Enumerable.ToList<Schedule>(IEnumerable<Schedule> source)'.
|
|
Build solution:
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 solution:
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 solution:
src/Core/Domain/ShortUrlEntity.cs#L6
The using directive for 'Azure.Data.Tables' appeared previously in this namespace
|
|
Build solution:
src/Core/Domain/ShortUrlEntity.cs#L5
The using directive for 'Azure' appeared previously in this namespace
|
background
wait
wait-all
cancel
parallel
Loading