-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi error on line 25 in APIClient.cs
Severity Code Description Project File Line Suppression State
Error CS1043 { or ; expected qccl.qmsservice C:\GITSource\qmcservice\qccl.qmsservice\Support\APIClient.cs 25 Active
Error CS1513 } expected qccl.qmsservice C:\GITSource\qmcservice\qccl.qmsservice\Support\APIClient.cs 25 Active
Error CS0161 'APIClient.Client.get': not all code paths return a value qccl.qmsservice C:\GITSource\qmcservice\qccl.qmsservice\Support\APIClient.cs 25 Active
Error CS0201 Only assignment, call, increment, decrement, and new object expressions can be used as a statement qccl.qmsservice C:\GITSource\qmcservice\qccl.qmsservice\Support\APIClient.cs 25 Active
Seams to be some problem with "public QMSClient Client {get => _client; } }"