refactor: remove obsolete Order.ProcessingMethod property #203
Annotations
11 warnings
ShopifySharp/Utilities/ShopifyOauthUtility.cs#L194
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
ShopifySharp/Utilities/ShopifyOauthUtility.cs#L248
Possible null reference argument for parameter 'accessToken' in 'AuthorizationResult.AuthorizationResult(string accessToken, string[]? grantedScopes)'.
|
ShopifySharp/Utilities/ShopifyOauthUtility.cs#L292
Possible null reference argument for parameter 'accessToken' in 'AuthorizationResult.AuthorizationResult(string accessToken, string[]? grantedScopes)'.
|
ShopifySharp/Factories/OrderRiskServiceFactory.cs#L17
'OrderRiskService' is obsolete: 'https://shopify.dev/docs/api/release-notes/2024-04#AccordionItem85'
|
ShopifySharp/Factories/OrderRiskServiceFactory.cs#L17
'OrderRiskService' is obsolete: 'https://shopify.dev/docs/api/release-notes/2024-04#AccordionItem85'
|
ShopifySharp/Factories/CountryServiceFactory.cs#L17
'CountryService' is obsolete: 'The Country Service REST endpoint has been deprecated by Shopify and will be removed in a future version of ShopifySharp. Shopify recommends you use the GraphQL equivalent instead.'
|
ShopifySharp/Factories/CountryServiceFactory.cs#L17
'CountryService' is obsolete: 'The Country Service REST endpoint has been deprecated by Shopify and will be removed in a future version of ShopifySharp. Shopify recommends you use the GraphQL equivalent instead.'
|
ShopifySharp/Factories/CheckoutServiceFactory.cs#L17
'CheckoutService' is obsolete: 'https://shopify.dev/changelog/deprecation-of-checkout-apis'
|
ShopifySharp/Factories/CheckoutServiceFactory.cs#L17
'CheckoutService' is obsolete: 'https://shopify.dev/changelog/deprecation-of-checkout-apis'
|
ShopifySharp/Utilities/ShopifyOauthUtility.cs#L248
Possible null reference argument for parameter 'accessToken' in 'AuthorizationResult.AuthorizationResult(string accessToken, string[]? grantedScopes)'.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "framework-test-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading