feat: Dotnet non-dependant executables #15
Annotations
8 errors and 10 warnings
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
build dotnet executables
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build dotnet executables:
src/Explore.Cli/PostmanCollectionMappingHelper.cs#L269
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.
|
build dotnet executables:
src/Explore.Cli/PostmanCollectionMappingHelper.cs#L274
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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L108
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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L141
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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L156
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)' 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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L174
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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L183
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)' 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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L184
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.
|
build dotnet executables:
src/Explore.Cli/Program.cs#L297
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)' 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.
|
Loading