feat: add support for sending base64 files #477
Annotations
1 error and 11 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 failed
Loading