Bump the opentelemetry group with 5 updates#16
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Annotations
1 error and 12 warnings
|
Test
Process completed with exit code 2.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Run actions/checkout@v4
The process '/usr/bin/git' failed with exit code 128
|
|
Build:
src/Catalog.API/Infrastructure/CatalogContext.cs#L10
Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext(DbContextOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. EF Core isn't fully compatible with trimming, and running the application may generate unexpected runtime failures. Some specific coding pattern are usually required to make trimming work properly, see https://aka.ms/efcore-docs-trimming for more details.
|
|
Build:
src/Catalog.API/Infrastructure/CatalogContext.cs#L10
Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext(DbContextOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. EF Core isn't fully compatible with NativeAOT, and running the application may generate unexpected runtime failures.
|
|
Build:
src/Catalog.API/Infrastructure/CatalogContext.cs#L10
Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext(DbContextOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. EF Core isn't fully compatible with trimming, and running the application may generate unexpected runtime failures. Some specific coding pattern are usually required to make trimming work properly, see https://aka.ms/efcore-docs-trimming for more details.
|
|
Build:
src/Shared/MigrateDbContextExtensions.cs#L65
Using member 'Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.MigrateAsync(DatabaseFacade, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Migrations operations are not supported with NativeAOT Use a migration bundle or an alternate way of executing migration operations.
|
|
Build:
src/Shared/MigrateDbContextExtensions.cs#L27
'TImplementation' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped<TService, TImplementation>(IServiceCollection)'. The generic parameter 'TDbSeeder' of 'Microsoft.AspNetCore.Hosting.MigrateDbContextExtensions.AddMigration<TContext, TDbSeeder>(IServiceCollection)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Catalog.API/Program.cs#L47
Using member 'Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGet(IEndpointRouteBuilder, String, Delegate)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. This API may perform reflection on the supplied delegate and its parameters. These types may require generated code and aren't compatible with native AOT applications.
|
|
Build:
src/Catalog.API/Program.cs#L47
Using member 'Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGet(IEndpointRouteBuilder, String, Delegate)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This API may perform reflection on the supplied delegate and its parameters. These types may be trimmed if not directly referenced.
|
|
Build:
src/Catalog.API/Extensions/Extensions.cs#L72
Using member 'Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration<TOptions>(OptionsBuilder<TOptions>, String, Action<BinderOptions>)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Binding strongly typed objects to configuration values may require generating dynamic code at runtime.
|
|
Build:
src/Catalog.API/Extensions/Extensions.cs#L72
Using member 'Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration<TOptions>(OptionsBuilder<TOptions>, String, Action<BinderOptions>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. TOptions's dependent types may have their members trimmed. Ensure all required members are preserved.
|
|
Build:
src/Basket.API/Grpc/BasketService.cs#L47
The braces present in the message template are invalid (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2023)
|
background
wait
wait-all
cancel
parallel
Loading