Import data From UI (#554) #20
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.
|