Remove obsolete verified files and name net8 files correctly#186
Open
Remove obsolete verified files and name net8 files correctly#186
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Verify snapshot baselines in the FunctionalTests project so .NET 8 runs use the same target-framework-specific snapshot naming scheme as other TFMs, and removes obsolete/incorrect baseline files that are no longer used.
Changes:
- Enable
VerifierSettings.UniqueForTargetFrameworkAndVersion()for .NET 8 functional test runs. - Remove obsolete unsuffixed
.verified.txtfiles and add/refresh.DotNet8_0.verified.txtbaselines. - Fix several previously-unused .NET 8 baselines whose contents didn’t match the actual test behavior.
Reviewed changes
Copilot reviewed 131 out of 206 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ModuleInitializer.cs | Apply TFM-specific snapshot naming for net8 as well (via UniqueForTargetFrameworkAndVersion). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/UseMemberBodyPropertyTests.UseMemberPropertyGenerated.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/UseMemberBodyPropertyTests.UseMemberPropertyGenerated.DotNet8_0.verified.txt | Add net8 snapshot baseline for generated-member test. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/UseMemberBodyPropertyTests.UseMemberPropertyExpression.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/UseMemberBodyPropertyTests.UseMemberPropertyExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for expression-member test. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/TypeNameQualificationTests.SelectProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StaticMembersTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatelessSimpleFunctionTests.SelectProjectableProperty.DotNet8_0.verified.txt | Fix net8 snapshot content to match test output (Computed() => 0). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatelessSimpleFunctionTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatelessComplexFunctionTests.SelectProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatelessComplexFunctionTests.PassInVariableArguments.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatelessComplexFunctionTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.SelectProjectableProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.SelectProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.SelectComplexProjectableProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.SelectComplexProjectableProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for complex selection case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.FilterOnComplexProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.CombineSelectProjectableProperties.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullSimpleFunctionTests.CombineSelectProjectableProperties.DotNet8_0.verified.txt | Add net8 snapshot baseline for combined selection case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.SelectProjectableProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.SelectProjectableProperty.DotNet8_0.verified.txt | Fix net8 snapshot content to match test output (Computed1 => Id). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.SelectComplexProjectableProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.SelectComplexProjectableProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for complex property selection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.SelectAliasProperty.DotNet8_0.verified.txt | Fix net8 snapshot content to match alias property output (Alias maps to Id). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.FilterOnComplexProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.FilterOnAliasProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for filtering on alias property. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.CombineSelectProjectableProperties.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullPropertyTests.CombineSelectProjectableProperties.DotNet8_0.verified.txt | Add net8 snapshot baseline for combined property selection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.SelectProjectableProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.SelectProjectableProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for stateful complex selection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.PassInVariableArguments.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.PassInReferenceArguments.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.PassInReferenceArguments.DotNet8_0.verified.txt | Add net8 snapshot baseline for passing reference args. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/StatefullComplexFunctionTests.FilterOnProjectableProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.UseMemberPropertyQueryRootExpression.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.UseMemberPropertyQueryRootExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for query-root member property usage. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.EntityRootSubqueryExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for entity-root subquery case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.DontUseMemberPropertyQueryRootExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for “don’t use member property” query-root case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.AsTrackingQueryRootExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for AsTracking() query-root case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/QueryRootTests.AsNoTrackingQueryRootExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for AsNoTracking() query-root case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_UnassignedPropertyNotInQuery.DotNet8_0.verified.txt | Add net8 snapshot baseline for constructor projection case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithIfElseInDelegated.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithIfElseInDelegated.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithIfElseInDelegated.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithIfElseInDelegated.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithBodyAfterDelegation.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithBodyAfterDelegation.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithBodyAfterDelegation.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_WithBodyAfterDelegation.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_SimpleDelegate.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_SimpleDelegate.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_SimpleDelegate.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_SimpleDelegate.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_ChainedThisAndBase.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_ChainedThisAndBase.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_ChainedThisAndBase.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ThisOverload_ChainedThisAndBase.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ScalarFieldsToDto.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ScalarFieldsToDto.DotNet8_0.verified.txt | Add net8 snapshot baseline for scalar DTO projection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_OverloadedConstructor_WithTwoArgs.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_OverloadedConstructor_WithTwoArgs.DotNet8_0.verified.txt | Add net8 snapshot baseline for 2-arg constructor overload. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_OverloadedConstructor_WithThreeArgs.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_OverloadedConstructor_WithThreeArgs.DotNet8_0.verified.txt | Add net8 snapshot baseline for 3-arg constructor overload. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_EntityInstanceToDto.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_EntityInstanceToDto.DotNet8_0.verified.txt | Add net8 snapshot baseline for entity-to-DTO projection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_DerivedDtoWithBaseConstructor.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_DerivedDtoWithBaseConstructor.DotNet8_0.verified.txt | Add net8 snapshot baseline for derived DTO/base ctor projection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithLocalVariable.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithLocalVariable.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithLocalVariable.DotNet8_0.verified.txt | Add net8 snapshot baseline for local-variable constructor logic. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithLocalVariable.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithIfElseLogic.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithIfElseLogic.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithIfElseLogic.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerExpression.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerExpression.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for base-initializer expression. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerExpression.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerAndIfElse.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerAndIfElse.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorWithBaseInitializerAndIfElse.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingStaticConstMember.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingStaticConstMember.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingStaticConstMember.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingStaticConstMember.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingPreviouslyAssignedProperty.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingPreviouslyAssignedProperty.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingPreviouslyAssignedProperty.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingPreviouslyAssignedProperty.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingBasePropertyInDerivedBody.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingBasePropertyInDerivedBody.DotNet9_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingBasePropertyInDerivedBody.DotNet8_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ProjectableConstructorTests.Select_ConstructorReferencingBasePropertyInDerivedBody.DotNet10_0.verified.txt | Update snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/PrivateProjectables.Issue63Repro.DotNet8_0.verified.txt | Add net8 snapshot baseline for Issue 63 repro. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/RewriteNullConditionalRewriteTests.SimpleMemberExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for null-conditional rewrite test. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/RewriteNullConditionalRewriteTests.RelationalExpression.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/RewriteNullConditionalRewriteTests.ComplexMemberExpression.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/RewriteNullConditionalRewriteTests.ComplexMemberExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for complex member null-conditional rewrite. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/IngoreNullConditionalRewriteTests.SimpleMemberExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for “ignore null conditional rewrite” case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/IngoreNullConditionalRewriteTests.RelationalExpression.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/IngoreNullConditionalRewriteTests.ComplexMemberExpression.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NullConditionals/IngoreNullConditionalRewriteTests.ComplexMemberExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for complex “ignore” case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/NameSyntaxTests.QualifiedNameSyntaxTest.DotNet8_0.verified.txt | Fix net8 snapshot content to match enum-flags OR output (7). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/MethodOverloadsTests.MethodOverload_WithStringParameter.DotNet8_0.verified.txt | Add net8 snapshot baseline for overload with string parameter. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/MethodOverloadsTests.MethodOverload_WithIntParameter.DotNet8_0.verified.txt | Add net8 snapshot baseline for overload with int parameter. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/MethodGroupTests.ProjectOverMethodGroup.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverProvider.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverOverriddenPropertyImplementation.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverOverriddenPropertyImplementation.DotNet8_0.verified.txt | Add net8 snapshot baseline for overridden property case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverOverriddenMethodImplementation.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverInheritedPropertyImplementation.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverInheritedMethodImplementation.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverImplementedProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverImplementedMethod.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverExtensionMethod.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverExplicitlyImplementedProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for explicit interface property implementation. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverDefaultImplementedProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for default interface implementation case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedModelTests.ProjectOverDefaultExplicitlyImplementedProperty.DotNet8_0.verified.txt | Add net8 snapshot baseline for default explicit impl case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedMembersTests.ProjectOverMethodTakingDbContext.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/InheritedMembersTests.ProjectOverMethodTakingDbContext.DotNet8_0.verified.txt | Add net8 snapshot baseline for inherited-member/dbcontext test. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/Generics/MultipleGenericsTests.TestMultipleArguments.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/Generics/MultipleGenericsTests.TestMultipleArguments.DotNet8_0.verified.txt | Add net8 snapshot baseline for multiple generics test. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/Generics/GenericFunctionTests.QueryOrderedByDefault.verified.txt | Remove obsolete snapshot for a test that no longer exists. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/Generics/GenericFunctionTests.DefaultIfIdIsNegative.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/Generics/GenericEntityTests.HasMatchingStringKeyConversion_GetsTranslated.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.SelectProjectableExtensionMethod2.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.SelectProjectableExtensionMethod2.DotNet8_0.verified.txt | Add net8 snapshot baseline for extension method selection (variant 2). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.SelectProjectableExtensionMethod.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.SelectProjectableExtensionMethod.DotNet8_0.verified.txt | Add net8 snapshot baseline for extension method selection. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.ExtensionOnPrimitive.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.ExtensionOnPrimitive.DotNet8_0.verified.txt | Add net8 snapshot baseline for extension on primitive. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.ExtensionMethod_WithExpressionPropertyBody.DotNet8_0.verified.txt | Add net8 snapshot baseline for expression-bodied extension method case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExtensionsMethods/ExtensionMethodTests.ExtensionMethodAcceptingDbContext.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/DefaultValueTests.ExplicitDefaultValueIsSupported.verified.txt | Remove obsolete unsuffixed snapshot (net8 now uses TFM-suffixed files). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/DefaultValueTests.ExplicitDefaultValueIsSupported.DotNet8_0.verified.txt | Add net8 snapshot baseline for explicit default value support. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectQueryFilters.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectOverNavigationProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectOverMethodTakingDbContext.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectOverGenericType.DotNet8_0.verified.txt | Add net8 snapshot baseline for generic type projection case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectOverCollectionNavigationProperty.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexArgumentsTests.ParamsOfPrimitivesArguments.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexArgumentsTests.NullableValueTypes.DotNet8_0.verified.txt | Add net8 snapshot baseline for nullable value types/translation case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexArgumentsTests.ListOfPrimitivesArguments.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ComplexArgumentsTests.ArrayOfPrimitivesArguments.DotNet8_0.verified.txt | Update net8 snapshot formatting/content to match current Verify output. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedStringField_UsedInProjectableMethod.DotNet8_0.verified.txt | Add net8 snapshot baseline for captured string field case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedMultipleIntFields_UsedInProjectableMethod.DotNet8_0.verified.txt | Add net8 snapshot baseline for multiple captured ints. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedMixedFields_IntAndIQueryable_BothResolvedCorrectly.DotNet8_0.verified.txt | Add net8 snapshot baseline for mixed captured fields case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedIntField_UsedInProjectableMethod.DotNet8_0.verified.txt | Add net8 snapshot baseline for captured int field case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedIQueryable_DeclaredAsIEnumerable_IsInlined.DotNet8_0.verified.txt | Add net8 snapshot baseline for queryable inlining case. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedIQueryableField_SubqueryInlinedViaCount.DotNet8_0.verified.txt | Add net8 snapshot baseline for Count-based subquery inlining. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ClosureMemberAccessTests.CapturedIQueryableField_SubqueryInlinedViaAny.DotNet8_0.verified.txt | Add net8 snapshot baseline for Any-based subquery inlining. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_WithLocalVariable.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_Simple.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_Nested.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_Multiple.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InTernary.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InSwitchExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InSwitch.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InReturn.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InLogicalExpression.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InEarlyReturn.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodyProjectableCallTests.BlockBodyCallingProjectableMethod_InCondition.DotNet8_0.verified.txt | Add net8 snapshot baseline for block-bodied projectable call tests. |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/BlockBodiedMethods/BlockBodiedMethodTests.*.DotNet8_0.verified.txt | Add net8 snapshot baselines for block-bodied method translation tests (ternary/switch/conditionals/etc.). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExpandEnumMethodsTests.*.DotNet8_0.verified.txt | Add net8 snapshot baselines for enum expansion tests (select/filter/order by). |
| tests/EntityFrameworkCore.Projectables.FunctionalTests/ExplicitInterfaceImplementationTests.*.DotNet8_0.verified.txt | Add net8 snapshot baselines for explicit interface implementation translation tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.