Skip to content

chore: Add trailing slashes to package and registration v3 endpoints #295

chore: Add trailing slashes to package and registration v3 endpoints

chore: Add trailing slashes to package and registration v3 endpoints #295

Triggered via pull request January 2, 2025 15:38
Status Success
Total duration 2m 47s
Artifacts

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): src/BaGetter.Core/Configuration/BaGetterOptions.cs#L10
XML comment has cref attribute 'ApiKeys' that could not be resolved
build (ubuntu-latest): src/BaGetter.Core/Indexing/IPackageDeletionService.cs#L13
XML comment on 'IPackageDeletionService.DeleteOldVersionsAsync(Package, uint?, uint?, uint?, uint?, CancellationToken)' has a paramref tag for 'maxPath', but there is no parameter by that name
build (ubuntu-latest): src/BaGetter.Core/Indexing/PackageDeletionService.cs#L94
Change return type of method 'GetValidVersions' from 'System.Collections.Generic.IList<NuGet.Versioning.NuGetVersion>' to 'System.Collections.Generic.List<NuGet.Versioning.NuGetVersion>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
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/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 (windows-latest): src/BaGetter.Core/Configuration/BaGetterOptions.cs#L10
XML comment has cref attribute 'ApiKeys' that could not be resolved
build (windows-latest): src/BaGetter.Core/Indexing/IPackageDeletionService.cs#L13
XML comment on 'IPackageDeletionService.DeleteOldVersionsAsync(Package, uint?, uint?, uint?, uint?, CancellationToken)' has a paramref tag for 'maxPath', but there is no parameter by that name
build (windows-latest): src/BaGetter.Core/Indexing/PackageDeletionService.cs#L94
Change return type of method 'GetValidVersions' from 'System.Collections.Generic.IList<NuGet.Versioning.NuGetVersion>' to 'System.Collections.Generic.List<NuGet.Versioning.NuGetVersion>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
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#L43
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/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.