fix cors #332
Annotations
10 warnings
Helper/GeneralHelper.cs#L10
Converting null literal or possible null value to non-nullable type.
|
Helper/GeneralHelper.cs#L11
Dereference of a possibly null reference.
|
Helper/HttpContextHelper.cs#L7
Non-nullable field '_accessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Events/ChatScope.cs#L368
Dereference of a possibly null reference.
|
Events/ChatScope.cs#L425
Dereference of a possibly null reference.
|
Events/ChatScope.cs#L437
Dereference of a possibly null reference.
|
Events/ChatScope.cs#L451
Possible null reference return.
|
Events/SearchScope.cs#L294
Possible null reference return.
|
Events/SearchScope.cs#L290
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
Events/QuizScope.cs#L188
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading