Update dependency Serilog.Sinks.Console to v5 #3682
ci.yml
on: pull_request
build
16m 8s
Publish
/
publish
9s
Annotations
1 error and 36 warnings
Publish / publish
Process completed with exit code 1.
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.Restful/Sample.Restful.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.Pages/Sample.Pages.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.BlazorServer/Sample.BlazorServer.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.Grpc/Sample.Grpc.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.Graphql/Sample.Graphql.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/LaunchPad/LaunchPad/sample/Sample.Classic.Restful/Sample.Classic.Restful.csproj]
|
build:
.build/Build.cs#L61
Converting null literal or possible null value to non-nullable type.
|
build:
.build/Build.cs#L62
Dereference of a possibly null reference.
|
build:
.build/Build.cs#L93
Make 'Pipeline' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'Rocket.Surgery.Nuke.IHaveSolution.get_Solution' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
build:
.build/Build.CI.cs#L49
The type name Pipeline conflicts in whole or in part with the namespace name 'Azure.Core.Pipeline'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Analyzers.Tests/Analyzers.Tests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit .
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Extensions.Tests/Extensions.Tests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit .
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Analyzers.Tests.roslyn4.0/Analyzers.Tests.roslyn4.0.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit .
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Analyzers.Tests.roslyn4.4/Analyzers.Tests.roslyn4.4.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit .
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Extensions.Tests/Extensions.Tests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit . [TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/test/Extensions.Tests/Extensions.Tests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: Verify.Xunit , Verify.Xunit . [TargetFramework=net7.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Serilog/Conventions/SerilogReadFromConfigurationConvention.cs(28,35): warning IL2026: Using member 'Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue<T>(IConfiguration, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. In case the type is non-primitive, the trimmer cannot statically analyze the object's type so its members may be trimmed. [/home/runner/work/LaunchPad/LaunchPad/src/Serilog/Rocket.Surgery.LaunchPad.Serilog.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/LpContext.cs(13,61): warning IL2026: 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. [/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/Rocket.Surgery.LaunchPad.EntityFramework.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/LpContext.cs(20,9): warning IL2026: Using member 'Microsoft.EntityFrameworkCore.ModelBuilder.ApplyConfigurationsFromAssembly(Assembly, Func<Type, Boolean>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This API isn't safe for trimming, since it searches for types in an arbitrary assembly. [/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/Rocket.Surgery.LaunchPad.EntityFramework.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(19,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.SerializeToUtf8Bytes<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(24,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(30,23): warning IL2026: Using member 'System.Text.Json.JsonSerializer.SerializeToUtf8Bytes<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(35,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(40,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ReadOnlySpan<Byte>, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(45,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(50,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ReadOnlySpan<Byte>, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/LpContext.cs(20,9): warning IL2026: Using member 'Microsoft.EntityFrameworkCore.ModelBuilder.ApplyConfigurationsFromAssembly(Assembly, Func<Type, Boolean>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This API isn't safe for trimming, since it searches for types in an arbitrary assembly. [/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/Rocket.Surgery.LaunchPad.EntityFramework.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/LpContext.cs(13,61): warning IL2026: 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. [/home/runner/work/LaunchPad/LaunchPad/src/EntityFramework/Rocket.Surgery.LaunchPad.EntityFramework.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/OnlyDefinedPropertiesMethods.cs(75,28): warning IL2072: 'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'AutoMapper.PropertyMap.SourceType.get' 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. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(19,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.SerializeToUtf8Bytes<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(24,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(30,23): warning IL2026: Using member 'System.Text.Json.JsonSerializer.SerializeToUtf8Bytes<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(35,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(40,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ReadOnlySpan<Byte>, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(45,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Profiles/SystemJsonTextProfile.cs(50,19): warning IL2026: Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ReadOnlySpan<Byte>, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved. [/home/runner/work/LaunchPad/LaunchPad/src/Mapping/Rocket.Surgery.LaunchPad.Mapping.csproj::TargetFramework=net6.0]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
Expired
|
178 MB |
|
logs
Expired
|
37.5 MB |
|
nuget
Expired
|
4.57 MB |
|
test data
Expired
|
132 MB |
|