Skip to content

deploy_all_demos

deploy_all_demos #46

Manually triggered April 7, 2025 10:01
Status Success
Total duration 2m 10s
Artifacts

deploy_all_demos.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Infrastructures/Redis/Providers/StackExchange/DefaultRedisProvider.Geo.cs#L76
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
build: src/Infrastructures/Redis/Core/Serialization/DefaultProtobufSerializer.cs#L121
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes, int index, int count)'.
build: src/Infrastructures/Redis/Core/Serialization/DefaultJsonSerializer.cs#L60
Possible null reference argument for parameter 'returnType' in 'object? JsonSerializer.Deserialize(ref Utf8JsonReader reader, Type returnType, JsonSerializerOptions? options = null)'.
build: src/Infrastructures/Redis/Core/Serialization/DefaultProtobufSerializer.cs#L83
Possible null reference argument for parameter 'buffer' in 'Type DefaultProtobufSerializer.ReadType(byte[] buffer, ref int offset, ref int count)'.
build: src/Infrastructures/Redis/Core/Serialization/DefaultBinarySerializer.cs#L67
Possible null reference argument for parameter 'graph' in 'void BinaryFormatter.Serialize(Stream serializationStream, object graph)'.
build: src/Infrastructures/Redis/Core/Serialization/DefaultBinarySerializer.cs#L51
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer, int index, int count)'.