cake-contrib / cake-contrib/Cake.FluentMigrator
FluentMigrator function not found issue in Cake.FluentMigrator
- Dominant language
- C#
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I am getting "FluentMigrator" not found an issue in the build cake script. I have used the below code.
Code:
#tool nuget:?package=Cake.FluentMigrator&version=0.4.0
.....
Task("Run-DbMigration")
.IsDependentOn("Build")
.Does(() =>
{
FluentMigrator(new FluentMigratorSettings{
Connection = connectionstring,
Provider= "sqlserver",
Assembly = migrationdll
});
});
......
Versions :
Cake.Core - 2.2.0 (latest)
Cake.FluentMigrator - 0.4.0
Please help me on this issue.
Thanks,
Shailesh M
Contributor guide
Research direction
Start with the Cake script snippet and the declared Cake.Core 2.2.0 and Cake.FluentMigrator 0.4.0 versions. Reproduce the build error around the Run-DbMigration task, then verify that the FluentMigrator function is resolved and the build completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100