Skip to content

Plugin for FlubuCore. Diff task compares 2 specified files and generates html report with differences.

License

Notifications You must be signed in to change notification settings

flubu-core/FlubuCore.Diff

Repository files navigation

FlubuCore.Diff is a FlubuCore plugin. It adds Diff task to FlubuCore task fluent interface. Diff task compares 2 specified files and generates html report with differences.

protected override void ConfigureTargets(ITaskContext context)
{
       context.Tasks().DiffTask("FirstFile.config", "SecondFile.config", "Diff.html");
}

Diff generated report example:

Diff

Search for FlubuCore.Diff on nuget.

About

Plugin for FlubuCore. Diff task compares 2 specified files and generates html report with differences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages