feat: add support for sending base64 files #477
Annotations
2 errors and 10 warnings
|
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L22
Dereference of a possibly null reference.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L22
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L28
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L30
Dereference of a possibly null reference.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L30
Dereference of a possibly null reference.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L22
Dereference of a possibly null reference.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L22
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L28
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L30
Dereference of a possibly null reference.
|
examples/WebApi/Controllers/HandleFaxEventController.cs#L30
Dereference of a possibly null reference.
|
This job was cancelled
Loading