Skip to content

feat: Implement private feeds (#156) #29

feat: Implement private feeds (#156)

feat: Implement private feeds (#156) #29

Triggered via push October 24, 2024 14:06
Status Failure
Total duration 2m 41s
Artifacts

release.yml

on: push
version
version
Run tests
51s
Run tests
Release BaGetter.zip to GitHub
49s
Release BaGetter.zip to GitHub
Release packages to nuget.org
46s
Release packages to nuget.org
Release Docker image to Docker Hub
1m 22s
Release Docker image to Docker Hub
Release Helm chart to GitHub
10s
Release Helm chart to GitHub
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Release Helm chart to GitHub
Process completed with exit code 1.
Release packages to nuget.org: src/BaGetter.Core/Configuration/BaGetterOptions.cs#L9
XML comment has cref attribute 'ApiKeys' that could not be resolved
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageService.cs#L18
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.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageService.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.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageService.cs#L41
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.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageOptions.cs#L8
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageOptions.cs#L10
Non-nullable property 'SecretId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageOptions.cs#L12
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageOptions.cs#L14
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release packages to nuget.org: src/BaGetter.Tencent/TencentStorageOptions.cs#L16
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release BaGetter.zip to GitHub: src/BaGetter.Core/Configuration/BaGetterOptions.cs#L9
XML comment has cref attribute 'ApiKeys' that could not be resolved
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageService.cs#L18
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.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageService.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.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageService.cs#L41
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.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageOptions.cs#L8
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageOptions.cs#L10
Non-nullable property 'SecretId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageOptions.cs#L12
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageOptions.cs#L14
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release BaGetter.zip to GitHub: src/BaGetter.Tencent/TencentStorageOptions.cs#L16
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release Docker image to Docker Hub
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/