Build and upload CD artifacts #10
Annotations
5 warnings
src/Shorty/Areas/Api/Controllers/V1Controller.cs#L162
'V1Controller.Redirect(string)' hides inherited member 'ControllerBase.Redirect(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Shorty/Models/ShortUrl.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Shorty/Models/ShortUrl.cs#L6
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Shorty/Helpers/ShortyConfig.cs#L12
Non-nullable property 'ShortUrlPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Shorty/Areas/Api/Controllers/V1Controller.cs#L155
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.
|
The logs for this run have expired and are no longer available.
Loading