Skip to content

Reduce the size of specifications and avoid unnecessary memory allocations #47

Reduce the size of specifications and avoid unnecessary memory allocations

Reduce the size of specifications and avoid unnecessary memory allocations #47

Triggered via pull request February 26, 2025 19:15
Status Success
Total duration 1m 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/Ardalis.Specification.Tests/Builders/Builder_Search.cs#L40
Argument of type 'Expression<Func<Builder_Search.Customer, string?>>' cannot be used for parameter 'selector' of type 'Expression<Func<Builder_Search.Customer, string>>' in 'ISpecificationBuilder<Customer> SpecificationBuilderExtensions.Search<Customer>(ISpecificationBuilder<Customer> specificationBuilder, Expression<Func<Customer, string>> selector, string searchTerm, int searchGroup = 1)' due to differences in the nullability of reference types.