fix: fixed check if nullable keyvaluepair in 'SetAuthorization' method #69
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
|
build:
System/Computer/Awake/Awake.v1.cs#L33
Cannot convert null literal to non-nullable reference type.
|
|
build:
System/Net/IsOnline.cs#L24
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
System/Net/IsOnline.cs#L14
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Web/API/Request.cs#L471
Converting null literal or possible null value to non-nullable type.
|
|
build:
Web/API/Request.cs#L467
Dereference of a possibly null reference.
|
|
build:
Web/API/Request.cs#L463
Dereference of a possibly null reference.
|
|
build:
Web/API/Request.cs#L462
Dereference of a possibly null reference.
|
|
build:
Web/API/Request.cs#L70
Cannot convert null literal to non-nullable reference type.
|
|
build:
Web/API/Request.cs#L60
Cannot convert null literal to non-nullable reference type.
|
|
build:
Web/API/Request.cs#L55
Cannot convert null literal to non-nullable reference type.
|