Skip to content

Remove duplicate line in TypeMapper sample#2203

Merged
jzabroski merged 2 commits into
mainfrom
copilot/remove-duplicate-line-type-mapper
Dec 2, 2025
Merged

Remove duplicate line in TypeMapper sample#2203
jzabroski merged 2 commits into
mainfrom
copilot/remove-duplicate-line-type-mapper

Conversation

Copilot AI commented Dec 2, 2025

Copy link
Copy Markdown
Contributor

Duplicate .Union(serviceProvider.GetServices<ISnowflakeTypeMap>()) call in the TypeMapper sample.

Changes:

  • Removed duplicate ISnowflakeTypeMap union on line 71 of samples/FluentMigrator.Example.TypeMapper/Program.cs
Original prompt

This section details on the original issue you should resolve

<issue_title>Remove duplicate line in TypeMapper sample</issue_title>
<issue_description>

.Union(serviceProvider.GetServices<ISnowflakeTypeMap>())
</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Remove duplicate line in TypeMapper sample Remove duplicate line in TypeMapper sample Dec 2, 2025
Copilot AI requested a review from jzabroski December 2, 2025 15:00
@jzabroski jzabroski added this to the 8.0.0 milestone Dec 2, 2025
@jzabroski
jzabroski marked this pull request as ready for review December 2, 2025 22:41
@jzabroski
jzabroski merged commit 7548c06 into main Dec 2, 2025
0 of 5 checks passed
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.

Remove duplicate line in TypeMapper sample

2 participants