This repository was archived by the owner on Feb 5, 2026. It is now read-only.
deps(Traffic-Control-System-API): Bump the microsoft-dependencies group with 9 updates #31
Annotations
10 warnings
|
Build:
Traffic-Control-System/Models/Tables/SignalRClient.cs#L8
Non-nullable property 'ClientType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Traffic-Control-System/Models/Tables/SignalRClient.cs#L6
Non-nullable property 'ConnectionID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Traffic-Control-System/Models/Tables/StreamClients.cs#L7
Non-nullable property 'DeviceStreamKEY' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Traffic-Control-System/Models/Tables/StreamClients.cs#L6
Non-nullable property 'DeviceStreamID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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/Models/Views/TrafficSignals.cs#L6
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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