3 #1156
Annotations
10 errors and 11 warnings
build:
Valour/Sdk/Services/UserService.cs#L36
'CacheService' does not contain a definition for 'Sync' and no accessible extension method 'Sync' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/UserService.cs#L46
'CacheService' does not contain a definition for 'Sync' and no accessible extension method 'Sync' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L87
'CacheService' does not contain a definition for 'PlanetMembers' and no accessible extension method 'PlanetMembers' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L129
Cannot implicitly convert type 'Valour.Shared.TaskResult' to 'Valour.Shared.TaskResult<Valour.Sdk.Models.InitialPlanetData>'
|
build:
Valour/Sdk/Services/PlanetService.cs#L153
'CacheService' does not contain a definition for 'PlanetInvites' and no accessible extension method 'PlanetInvites' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L158
'CacheService' does not contain a definition for 'Sync' and no accessible extension method 'Sync' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L178
Argument 2: cannot convert from 'Valour.Sdk.Services.CacheService' to 'Valour.Sdk.Client.ValourClient'
|
build:
Valour/Sdk/Services/PlanetService.cs#L493
'CacheService' does not contain a definition for 'PlanetMembers' and no accessible extension method 'PlanetMembers' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L500
'CacheService' does not contain a definition for 'Sync' and no accessible extension method 'Sync' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build:
Valour/Sdk/Services/PlanetService.cs#L511
'CacheService' does not contain a definition for 'PlanetMembers' and no accessible extension method 'PlanetMembers' accepting a first argument of type 'CacheService' could be found (are you missing a using directive or an assembly reference?)
|
build
No files were found with the provided path: **/test_results.trx. No artifacts will be uploaded.
|
build:
Config/Configs/RedisConfig.cs#L7
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/RedisConfig.cs#L5
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'AppSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'MerchantId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/PaypalConfig.cs#L11
Non-nullable field 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Config/Configs/NotificationsConfig.cs#L7
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/NotificationsConfig.cs#L7
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/NotificationsConfig.cs#L7
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Config/Configs/NotificationsConfig.cs#L7
Non-nullable property 'AzureConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|