This repository was archived by the owner on Feb 5, 2026. It is now read-only.
deps(Traffic-Control-System): Bump the microsoft-dependencies group with 8 updates #29
Annotations
10 warnings
|
Build:
Traffic-Control-System/Services/VideoService.cs#L73
Possible null reference return.
|
|
Build:
Traffic-Control-System/Services/VideoService.cs#L65
Possible null reference assignment.
|
|
Build:
Traffic-Control-System/Helpers/FilterHelper.cs#L12
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Traffic-Control-System/Services/VideoService.cs#L45
Dereference of a possibly null reference.
|
|
Build:
Traffic-Control-System/Controllers/HomeController.cs#L48
Possible null reference argument for parameter 'userId' in 'Task<ApplicationUser?> UserManager<ApplicationUser>.FindByIdAsync(string userId)'.
|
|
Build:
Traffic-Control-System/Services/VideoService.cs#L24
Non-nullable field 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Traffic-Control-System/Services/VideoService.cs#L26
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
|
Build:
Traffic-Control-System/Migrations/20241004230432_fix.Designer.cs#L16
The type name 'fix' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
Build:
Traffic-Control-System/Migrations/20241004230432_fix.cs#L9
The type name 'fix' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
Build:
Traffic-Control-System/Hubs/ControlHub.cs#L63
Nullability of type of parameter 'exception' doesn't match overridden member (possibly because of nullability attributes).
|
Loading