Add helm chart release action (#181) #7
Annotations
20 warnings
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
src/BaGetter.Tencent/TencentApplicationExtensions.cs#L27
Possible null reference return.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
src/BaGetter.Tencent/BucketClient.cs#L266
Converting null literal or possible null value to non-nullable type.
|
build (windows-latest):
src/BaGetter.Tencent/TencentApplicationExtensions.cs#L27
Possible null reference return.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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.
|
build (windows-latest):
src/BaGetter.Tencent/BucketClient.cs#L266
Converting null literal or possible null value to non-nullable type.
|