Skip to content

fix: upadte Entity Framework migration readme files #40

fix: upadte Entity Framework migration readme files

fix: upadte Entity Framework migration readme files #40

Triggered via push December 7, 2025 20:28
Status Failure
Total duration 2m 43s
Artifacts

release.yml

on: push
version
4s
version
Run tests
56s
Run tests
Release BaGetter.zip to GitHub
1m 0s
Release BaGetter.zip to GitHub
Release packages to nuget.org
44s
Release packages to nuget.org
Release Docker image to Docker Hub
1m 29s
Release Docker image to Docker Hub
Release Helm chart to GitHub
13s
Release Helm chart to GitHub
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Release Helm chart to GitHub
Process completed with exit code 1.
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/BucketClient.cs#L77
Converting null literal or possible null value to non-nullable type.
Release packages to nuget.org: 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.
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#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.Core/Indexing/SymbolIndexingService.cs#L139
Change type of variable 'pdbStream' from 'System.IO.Stream' to 'System.IO.FileStream?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Release packages to nuget.org: 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)
Release packages to nuget.org: 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
Release packages to nuget.org: src/BaGetter.Core/Configuration/BaGetterOptions.cs#L10
XML comment has cref attribute 'ApiKeys' that could not be resolved
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/BucketClient.cs#L77
Converting null literal or possible null value to non-nullable type.
Release BaGetter.zip to GitHub: 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.
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#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.Core/Indexing/SymbolIndexingService.cs#L139
Change type of variable 'pdbStream' from 'System.IO.Stream' to 'System.IO.FileStream?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Release BaGetter.zip to GitHub: 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)
Release BaGetter.zip to GitHub: 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
Release BaGetter.zip to GitHub: src/BaGetter.Core/Configuration/BaGetterOptions.cs#L10
XML comment has cref attribute 'ApiKeys' that could not be resolved