Skip to content

Merge pull request #440 from neozhu/neozhu-patch-1 #32

Merge pull request #440 from neozhu/neozhu-patch-1

Merge pull request #440 from neozhu/neozhu-patch-1 #32

Triggered via push July 10, 2023 01:27
Status Success
Total duration 1m 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Application/Features/Products/Queries/Export/ExportProductsQuery.cs#L88
The type 'System.Collections.Generic.List<CleanArchitecture.Blazor.Domain.Entities.ProductImage>?' cannot be used as type parameter 'T' in the generic type or method 'ISerializer.Serialize<T>(T)'. Nullability of type argument 'System.Collections.Generic.List<CleanArchitecture.Blazor.Domain.Entities.ProductImage>?' doesn't match 'class' constraint.
build: src/Application/Features/Products/Commands/Import/ImportProductsCommand.cs#L89
Possible null reference argument for parameter 'value' in 'List<ProductImage>? ISerializer.Deserialize<List<ProductImage>>(string value)'.
build: src/Application/Features/KeyValues/Commands/Import/ImportKeyValuesCommand.cs#L73
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/Infrastructure/Services/InMemoryTicketStore.cs#L28
Nullability of reference types in return type of 'Task<AuthenticationTicket> InMemoryTicketStore.RetrieveAsync(string key)' doesn't match implicitly implemented member 'Task<AuthenticationTicket?> ITicketStore.RetrieveAsync(string key)'.