Merge pull request #90 from cesmii/feature/eCommerce #319
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish (./api/CESMII.Marketplace.API) TO ./publish:
api/CESMII.Marketplace.API/Controllers/RequestInfoController.cs#L81
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L34
Non-nullable field '_jwtToken' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L14
Non-nullable property 'displayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L15
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L16
Non-nullable property 'relativeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L17
Non-nullable property 'parentOrganization' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAbstractModel.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L10
Non-nullable property 'GraphQlUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (./api/CESMII.Marketplace.API):
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L12
Non-nullable property 'Authenticator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading