Update packages and upgrade to .NET Aspire 9.3 #53
Annotations
10 warnings
|
build:
src/Core/Service/Utility.cs#L68
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/Core/Service/Utility.cs#L110
Possible null reference assignment.
|
|
build:
src/Core/Service/Utility.cs#L107
Possible null reference assignment.
|
|
build:
src/Core/Service/Utility.cs#L106
Possible null reference assignment.
|
|
build:
src/Core/Service/Utility.cs#L98
Possible null reference assignment.
|
|
build:
src/Core/Service/Utility.cs#L97
Possible null reference assignment.
|
|
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
|