Skip to content

Reenable F# tests#37871

Open
roji wants to merge 1 commit intodotnet:mainfrom
roji:fsharp
Open

Reenable F# tests#37871
roji wants to merge 1 commit intodotnet:mainfrom
roji:fsharp

Conversation

@roji
Copy link
Member

@roji roji commented Mar 6, 2026

Closes #34675

@roji roji requested a review from a team as a code owner March 6, 2026 12:40
Copilot AI review requested due to automatic review settings March 6, 2026 12:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Re-enables the EF Core F# functional test project so it participates in the normal test build/run again, addressing the prior temporary disablement tracked in #34675.

Changes:

  • Removed the unconditional test-skip flag from the F# functional test project.
  • Removed the explicit <None Include=...> entries that were used while the tests were disabled.

You can also share your feedback on Copilot code review. Take the survey.

@roji roji enabled auto-merge (squash) March 6, 2026 13:19
Copilot AI review requested due to automatic review settings March 6, 2026 15:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


You can also share your feedback on Copilot code review. Take the survey.

</PropertyGroup>

<PropertyGroup>
<SkipTests Condition="'$(OS)' != 'Windows_NT' AND '$(Test__SqlServer__DefaultConnection)' == ''">true</SkipTests>
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To match existing test project conventions, use True (capital T) for the <SkipTests> value (e.g. test/EFCore.SqlServer.FunctionalTests/EFCore.SqlServer.FunctionalTests.csproj:8). MSBuild is case-insensitive here, but keeping the same casing improves consistency across the repo.

Suggested change
<SkipTests Condition="'$(OS)' != 'Windows_NT' AND '$(Test__SqlServer__DefaultConnection)' == ''">true</SkipTests>
<SkipTests Condition="'$(OS)' != 'Windows_NT' AND '$(Test__SqlServer__DefaultConnection)' == ''">True</SkipTests>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reenable F# tests

2 participants