Skip to content

Import data From UI (#554) #20

Import data From UI (#554)

Import data From UI (#554) #20

Triggered via push March 26, 2025 13:58
Status Success
Total duration 56s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L15
The using directive for 'System.Globalization' appeared previously in this namespace
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L107
Possible null reference assignment.
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L108
Possible null reference assignment.
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L116
Possible null reference assignment.
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L117
Possible null reference assignment.
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L120
Possible null reference assignment.
build: src/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L78
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/Cloud5mins.ShortenerTools.Core/Service/Utility.cs#L134
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/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity.cs#L52
Possible null reference argument for parameter 'source' in 'List<Schedule> Enumerable.ToList<Schedule>(IEnumerable<Schedule> source)'.
build: 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.