API route config and updated workflow #5
Build and Deploy Job
1m 32s
Close Pull Request Job
0s
Annotations
7 warnings
Build and Deploy Job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and Deploy Job:
Gallery.Database/Repository.cs#L23
Possible null reference argument for parameter 'keyValues' in 'string Repository<TEntity>.ConvertKeyValuesToString(params object[] keyValues)'.
|
Build and Deploy Job:
Gallery.API/Program.cs#L31
Dereference of a possibly null reference.
|
Build and Deploy Job:
Gallery.API/Endpoints/AuthEndpoints.cs#L29
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 and Deploy Job:
Gallery.Database/Repository.cs#L23
Possible null reference argument for parameter 'keyValues' in 'string Repository<TEntity>.ConvertKeyValuesToString(params object[] keyValues)'.
|
Build and Deploy Job:
Gallery.API/Program.cs#L31
Dereference of a possibly null reference.
|
Build and Deploy Job:
Gallery.API/Endpoints/AuthEndpoints.cs#L29
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.
|