Build and Release #3
release.yml
on: workflow_dispatch
Matrix: build-and-release
create-release
5s
Annotations
100 warnings
build-and-release (osx-x64):
src/Console.Service/Services/PromptService.cs#L45
Using member 'Microsoft.SemanticKernel.KernelExtensions.CreatePluginFromPromptDirectory(Kernel, String, String, IPromptTemplateFactory)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to handle various aspects of the function creation and invocation, making it incompatible with AOT scenarios.
|
build-and-release (osx-x64):
src/Console.Service/Services/PromptTemplateService.cs#L48
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-and-release (osx-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (osx-x64):
src/Console.Core/ConsoleDbContext.cs#L7
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-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Service/Services/PromptTemplateService.cs#L258
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-and-release (linux-arm64):
src/Console.Service/Services/PromptTemplateService.cs#L48
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-and-release (linux-arm64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (linux-arm64):
src/Console.Core/ConsoleDbContext.cs#L7
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-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-arm64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Service/Services/PromptService.cs#L45
Using member 'Microsoft.SemanticKernel.KernelExtensions.CreatePluginFromPromptDirectory(Kernel, String, String, IPromptTemplateFactory)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to handle various aspects of the function creation and invocation, making it incompatible with AOT scenarios.
|
build-and-release (linux-x64):
src/Console.Service/Services/PromptTemplateService.cs#L48
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-and-release (linux-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (linux-x64):
src/Console.Core/ConsoleDbContext.cs#L7
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-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (linux-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (linux-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Service/Services/PromptService.cs#L45
Using member 'Microsoft.SemanticKernel.KernelExtensions.CreatePluginFromPromptDirectory(Kernel, String, String, IPromptTemplateFactory)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to handle various aspects of the function creation and invocation, making it incompatible with AOT scenarios.
|
build-and-release (osx-arm64):
src/Console.Service/Services/PromptTemplateService.cs#L48
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-and-release (osx-arm64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (osx-arm64):
src/Console.Core/ConsoleDbContext.cs#L7
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-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (osx-arm64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (osx-arm64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Service/Services/PromptService.cs#L45
Using member 'Microsoft.SemanticKernel.KernelExtensions.CreatePluginFromPromptDirectory(Kernel, String, String, IPromptTemplateFactory)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to handle various aspects of the function creation and invocation, making it incompatible with AOT scenarios.
|
build-and-release (win-x64):
src/Console.Service/Services/PromptTemplateService.cs#L48
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-and-release (win-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (win-x64):
src/Console.Core/ConsoleDbContext.cs#L7
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-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Service/Services/PromptService.cs#L121
The variable 'isFirst' is assigned but its value is never used
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L31
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection SqliteExtensions.AddSqlite(IServiceCollection services, string connectionString)'.
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L26
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection PostgreSQLExtensions.AddPostgreSQL(IServiceCollection services, string connectionString)'.
|
build-and-release (win-x64):
src/Console.Service/Program.cs#L23
Dereference of a possibly null reference.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L25
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L15
Non-nullable property 'Requirement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-release (win-x64):
src/Console.Core/Entities/PromptHistory.cs#L10
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
Console-1.0.0-linux-arm64
Expired
|
13.8 MB |
sha256:b670ffa11cbe9c6f1295baceef445c4de10c3585c8838338f8c4de9bb504e159
|
|
Console-1.0.0-linux-x64
Expired
|
14.1 MB |
sha256:de9af1271ce92a013a6220c7c88009d7d6533d4675777a9ea1594753e6b426a7
|
|
Console-1.0.0-osx-arm64
Expired
|
13.6 MB |
sha256:1d77fd9a96aebae4e421078f434253efee7a0bda9b0b3406b60b6f37e4f0a2e2
|
|
Console-1.0.0-osx-x64
Expired
|
14.1 MB |
sha256:487f8987bb82af1366cf63c198c81dfd899d4115ee23da728dea6fa8d2edb028
|
|
Console-1.0.0-win-x64
Expired
|
14.5 MB |
sha256:865dc862d781e306ecb0440338b6afe22f9c98aac21ff6531ca406409f2897db
|
|