feat: Cache LINQ query plans per filter shape (fixes #5013) - #5
Closed
erdtsieck wants to merge 2 commits into
Closed
feat: Cache LINQ query plans per filter shape (fixes #5013)#5erdtsieck wants to merge 2 commits into
erdtsieck wants to merge 2 commits into
Annotations
10 warnings
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Parsing/JoinSelectParser.cs(596,28): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Parsing/JoinSelectParser.cs(608,26): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Storage/IMartenDatabase.cs(41,20): warning CS0108: 'IMartenDatabase.Providers' hides inherited member 'IStorageDatabase.Providers'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Members/ValueCollections/ValueCollectionMember.cs(158,19): warning CS0114: 'ValueCollectionMember.LocatorForIncludedDocumentId' hides inherited member 'QueryableMember.LocatorForIncludedDocumentId'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Members/DuplicatedArrayField.cs(145,17): warning CS0108: 'DuplicatedArrayField.ReplaceMember(MemberInfo, IQueryableMember)' hides inherited member 'DuplicatedField.ReplaceMember(MemberInfo, IQueryableMember)'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Members/DuplicatedArrayField.cs(116,29): warning CS0108: 'DuplicatedArrayField.FindMember(MemberInfo)' hides inherited member 'DuplicatedField.FindMember(MemberInfo)'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Patching/PatchOperation.cs(180,26): warning CS0108: 'PatchOperation.Role()' hides inherited member 'StatementOperation.Role()'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten/Linq/Includes/IncludePlan.cs(39,32): warning CS8766: Nullability of reference types in return type of 'Expression? IncludePlan<T>.Where.get' doesn't match implicitly implemented member 'Expression IIncludePlan.Where.get' (possibly because of nullability attributes). [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten.AspNetCore/Marten.AspNetCore.csproj : warning NU1510: PackageReference Microsoft.Extensions.Diagnostics.HealthChecks will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary. [TargetFramework=net10.0]
|
|
compile
/home/runner/work/marten/marten/src/Marten.AspNetCore/Marten.AspNetCore.csproj : warning NU1510: PackageReference Microsoft.Extensions.Diagnostics.HealthChecks will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary. [/home/runner/work/marten/marten/src/DaemonTests/DaemonTests.csproj]
|
background
wait
wait-all
cancel
parallel
Loading