feat: Implement private feeds (#156) #29
release.yml
on: push
version
Release BaGetter.zip to GitHub
49s
Release packages to nuget.org
46s
Release Docker image to Docker Hub
1m 22s
Release Helm chart to GitHub
10s
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/TencentApplicationExtensions.cs#L27
Possible null reference return.
|
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/TencentApplicationExtensions.cs#L27
Possible null reference return.
|
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/
|