Download Sedge: An Automated Error Reporting Tool
Description
Sedge is a highly customizable tool designed to help your customers create error reports. The reports can include log files, data files, system information, screenshots or any user's files.
Icons
Source Files
The download file sedge.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Libraries/Ionic.Zip.Reduced.dll//from w w w . j av a 2s. c om
License.txt
Resources/Template/index.template
Resources/Template/lang.xml
Resources/Template/report.html.files/css/style.css
Resources/Template/report.html.files/images/Sedge.png
Resources/Template/report.html.files/page.template
Resources/en/banner.png
Resources/en/lang.xml
Resources/ru/lang.xml
Samples/QuickStart.sedge
Samples/Sample1 - Properties/sample1.sedge
Samples/Sample2 - User Information/sample2.sedge
Samples/Sample3 - Files/DB/db1.db
Samples/Sample3 - Files/Files/file.txt
Samples/Sample3 - Files/Logs/log1.log
Samples/Sample3 - Files/Logs/log2.log
Samples/Sample3 - Files/Logs/log3.log
Samples/Sample3 - Files/sample3.sedge
Samples/Sample4 - Applications/App1/App1Log.log
Samples/Sample4 - Applications/App2/App2Log.log
Samples/Sample4 - Applications/CommonFiles/CommonFile.txt
Samples/Sample4 - Applications/Parts/App1.sedge
Samples/Sample4 - Applications/Parts/app2.sedge
Samples/Sample4 - Applications/sample4.sedge
Samples/Sample5 - Customization/DLL/Demo.Customization.dll
Samples/Sample5 - Customization/sample5.sedge
Samples/Sample6 - Internal Use/DB/db1.db
Samples/Sample6 - Internal Use/Files/file.txt
Samples/Sample6 - Internal Use/Logs/log1.log
Samples/Sample6 - Internal Use/Logs/log2.log
Samples/Sample6 - Internal Use/Logs/log3.log
Samples/Sample6 - Internal Use/Sample6.sedge
Samples/Sample7 - Conditions/sample7.sedge
Sedge.nunit
Sedge.sln
Source/Demo.Customization/DateSource.cs
Source/Demo.Customization/Demo.Customization.csproj
Source/Demo.Customization/EchoProperty.cs
Source/Demo.Customization/Properties/AssemblyInfo.cs
Source/Demo.Customization/UI/SingleStepController.cs
Source/Demo.Customization/UI/SingleStepView.Designer.cs
Source/Demo.Customization/UI/SingleStepView.cs
Source/Demo.Customization/UI/SingleStepView.resx
Source/Sedge.Core/App/AppConfiguration.cs
Source/Sedge.Core/App/Bootstrapper.cs
Source/Sedge.Core/App/Branding.cs
Source/Sedge.Core/App/CommandLineParams.cs
Source/Sedge.Core/App/CommandLineParsing/Command.cs
Source/Sedge.Core/App/CommandLineParsing/CommandLineDictionary.cs
Source/Sedge.Core/App/CommandLineParsing/CommandLineParser.cs
Source/Sedge.Core/App/CommandLineParsing/DirectoryInfoConverter.cs
Source/Sedge.Core/App/CommandLineParsing/FileInfoConverter.cs
Source/Sedge.Core/App/CommandLineParsing/RequiredAttribute.cs
Source/Sedge.Core/App/SuiteFinder.cs
Source/Sedge.Core/App/SuiteFinderOptions.cs
Source/Sedge.Core/Configuration/FilesRegistry.cs
Source/Sedge.Core/Configuration/Options.cs
Source/Sedge.Core/Configuration/Property/CustomPropertyHandler.cs
Source/Sedge.Core/Configuration/Property/ICustomProperty.cs
Source/Sedge.Core/Configuration/Property/IPropertyHandler.cs
Source/Sedge.Core/Configuration/Property/PropertyHandler.cs
Source/Sedge.Core/Configuration/Property/PropertyResolver.cs
Source/Sedge.Core/Configuration/Property/RegPropertyHandler.cs
Source/Sedge.Core/Configuration/RegisteredFileInfo.cs
Source/Sedge.Core/Configuration/Report/FileSource.cs
Source/Sedge.Core/Configuration/Report/FileSourceBase.cs
Source/Sedge.Core/Configuration/Report/Group.cs
Source/Sedge.Core/Configuration/Report/IDataSource.cs
Source/Sedge.Core/Configuration/Report/ISource.cs
Source/Sedge.Core/Configuration/Report/InfoSource.cs
Source/Sedge.Core/Configuration/Report/Page.cs
Source/Sedge.Core/Configuration/Report/ProcessesSource.cs
Source/Sedge.Core/Configuration/Report/SystemSource.cs
Source/Sedge.Core/Configuration/Report/TableSource.cs
Source/Sedge.Core/Configuration/Report/TempSource.cs
Source/Sedge.Core/Configuration/ReportableObject.cs
Source/Sedge.Core/Configuration/Step.cs
Source/Sedge.Core/Configuration/Suite.cs
Source/Sedge.Core/Configuration/Transport/EmailTransport.cs
Source/Sedge.Core/Configuration/Transport/ITransport.cs
Source/Sedge.Core/Configuration/XmlToSuite.cs
Source/Sedge.Core/Exceptions/SedgeExceptionBase.cs
Source/Sedge.Core/Execution/IMasterController.cs
Source/Sedge.Core/Execution/IStepController.cs
Source/Sedge.Core/Execution/ReportElements/IReportElement.cs
Source/Sedge.Core/Execution/ReportElements/ReportElementBase.cs
Source/Sedge.Core/Execution/ReportElements/ReportFileList.cs
Source/Sedge.Core/Execution/ReportElements/ReportImageList.cs
Source/Sedge.Core/Execution/ReportElements/ReportTable.cs
Source/Sedge.Core/Execution/ReportGenerator.cs
Source/Sedge.Core/Execution/ScheduleRunner.cs
Source/Sedge.Core/Execution/TempDataKeys.cs
Source/Sedge.Core/FileSystemWrap/DirectoryInfoWrap.cs
Source/Sedge.Core/FileSystemWrap/DirectoryWrap.cs
Source/Sedge.Core/FileSystemWrap/FileInfoWrap.cs
Source/Sedge.Core/FileSystemWrap/FileSystem.cs
Source/Sedge.Core/FileSystemWrap/FileWrap.cs
Source/Sedge.Core/FileSystemWrap/IDirectoryInfoWrap.cs
Source/Sedge.Core/FileSystemWrap/IDirectoryWrap.cs
Source/Sedge.Core/FileSystemWrap/IFileInfoWrap.cs
Source/Sedge.Core/FileSystemWrap/IFileSystem.cs
Source/Sedge.Core/FileSystemWrap/IFileWrap.cs
Source/Sedge.Core/FileSystemWrap/IPathWrap.cs
Source/Sedge.Core/FileSystemWrap/IXmlFileSerializer.cs
Source/Sedge.Core/FileSystemWrap/PathWrap.cs
Source/Sedge.Core/FileSystemWrap/XmlFileSerializer.cs
Source/Sedge.Core/Globalization/Locale.cs
Source/Sedge.Core/Globalization/TemplateTranslation.cs
Source/Sedge.Core/Globalization/Translation.cs
Source/Sedge.Core/Properties/AssemblyInfo.cs
Source/Sedge.Core/Sedge.Core.csproj
Source/Sedge.Core/Services.cs
Source/Sedge.Core/Utils/ErrorHandler.cs
Source/Sedge.Core/Utils/HtmlHelper.cs
Source/Sedge.Core/Utils/ICommunications.cs
Source/Sedge.Core/Utils/IViewManager.cs
Source/Sedge.Core/Utils/LinqBridge.cs
Source/Sedge.Core/Utils/System.MAPI.cs
Source/Sedge.Core/Utils/TypeActivator.cs
Source/Sedge.Core/Utils/ViewManager.cs
Source/Sedge.Core/Utils/WebHelper.cs
Source/Sedge.Tests/App/FakeFileSystem.cs
Source/Sedge.Tests/App/SuiteFinderOptionsTest.cs
Source/Sedge.Tests/Configuration/PropertyResolverTest.cs
Source/Sedge.Tests/Configuration/SuiteRetrievingTest.cs
Source/Sedge.Tests/Configuration/SuiteTest.cs
Source/Sedge.Tests/Configuration/XmlToSuiteTest.cs
Source/Sedge.Tests/Properties/AssemblyInfo.cs
Source/Sedge.Tests/Sedge.Tests.csproj
Source/Sedge.Tests/TestUtils.cs
Source/Sedge.UI/Component/Bevel.cs
Source/Sedge.UI/Component/SimplePanel.cs
Source/Sedge.UI/Controller/CollectController.cs
Source/Sedge.UI/Controller/ContactsController.cs
Source/Sedge.UI/Controller/ErrorDetailsController.cs
Source/Sedge.UI/Controller/GeneralizedErrorController.cs
Source/Sedge.UI/Controller/ITransferable.cs
Source/Sedge.UI/Controller/MasterController.cs
Source/Sedge.UI/Controller/ScreenshotController.cs
Source/Sedge.UI/Controller/SimpleControllerBase.cs
Source/Sedge.UI/Controller/TrackingInfoController.cs
Source/Sedge.UI/Controller/WelcomeController.cs
Source/Sedge.UI/Images/clear.png
Source/Sedge.UI/Images/close.png
Source/Sedge.UI/Images/marker.png
Source/Sedge.UI/Images/pen.png
Source/Sedge.UI/Images/redo.png
Source/Sedge.UI/Images/save.png
Source/Sedge.UI/Images/undo.png
Source/Sedge.UI/Properties/AssemblyInfo.cs
Source/Sedge.UI/Properties/Resources.Designer.cs
Source/Sedge.UI/Properties/Resources.resx
Source/Sedge.UI/Sedge.UI.csproj
Source/Sedge.UI/View/AnnotateForm.Designer.cs
Source/Sedge.UI/View/AnnotateForm.cs
Source/Sedge.UI/View/AnnotateForm.resx
Source/Sedge.UI/View/CollectView.Designer.cs
Source/Sedge.UI/View/CollectView.cs
Source/Sedge.UI/View/CollectView.resx
Source/Sedge.UI/View/ContactsView.Designer.cs
Source/Sedge.UI/View/ContactsView.cs
Source/Sedge.UI/View/ContactsView.resx
Source/Sedge.UI/View/ErrorDetailsView.Designer.cs
Source/Sedge.UI/View/ErrorDetailsView.cs
Source/Sedge.UI/View/ErrorDetailsView.resx
Source/Sedge.UI/View/GeneralizedErrorView.Designer.cs
Source/Sedge.UI/View/GeneralizedErrorView.cs
Source/Sedge.UI/View/GeneralizedErrorView.resx
Source/Sedge.UI/View/MasterForm.Designer.cs
Source/Sedge.UI/View/MasterForm.cs
Source/Sedge.UI/View/MasterForm.resx
Source/Sedge.UI/View/ScreenshotView.Designer.cs
Source/Sedge.UI/View/ScreenshotView.cs
Source/Sedge.UI/View/ScreenshotView.resx
Source/Sedge.UI/View/TrackingInfoView.Designer.cs
Source/Sedge.UI/View/TrackingInfoView.cs
Source/Sedge.UI/View/TrackingInfoView.resx
Source/Sedge.UI/View/WelcomeView.Designer.cs
Source/Sedge.UI/View/WelcomeView.cs
Source/Sedge.UI/View/WelcomeView.resx
Source/Sedge.UI/ViewModel/CollectViewModel.cs
Source/Sedge.UI/ViewModel/ContactsViewModel.cs
Source/Sedge.UI/ViewModel/ErrorDetailsViewModel.cs
Source/Sedge.UI/ViewModel/GeneralizedErrorViewModel.cs
Source/Sedge.UI/ViewModel/MasterViewModel.cs
Source/Sedge.UI/ViewModel/ScreenshotViewModel.cs
Source/Sedge.UI/ViewModel/TrackingInfoViewModel.cs
Source/Sedge.UI/ViewModel/WelcomeViewModel.cs
Source/Sedge/App.config
Source/Sedge/Communications.cs
Source/Sedge/Program.cs
Source/Sedge/Properties/AssemblyInfo.cs
Source/Sedge/Properties/Resources.Designer.cs
Source/Sedge/Properties/Resources.resx
Source/Sedge/Properties/Settings.Designer.cs
Source/Sedge/Properties/Settings.settings
Source/Sedge/Sedge.csproj
Source/Sedge/Sedge.ico
TestData/Complete/default.sedge
TestData/Complete/emptySuite.sedge
TestData/Complete/sample1.sedge
TestData/Partial/default.sedge
TestData/Partial/part1.sedge
TestData/Partial/part2.sedge
TestData/Partial/part_with_new_id.sedge
Tools/NUnit/NUnitFitTests.html
Tools/NUnit/NUnitTests.config
Tools/NUnit/NUnitTests.nunit
Tools/NUnit/agent.conf
Tools/NUnit/agent.log.conf
Tools/NUnit/framework/nunit.framework.dll
Tools/NUnit/framework/nunit.framework.xml
Tools/NUnit/framework/nunit.mocks.dll
Tools/NUnit/framework/pnunit.framework.dll
Tools/NUnit/launcher.log.conf
Tools/NUnit/lib/Failure.png
Tools/NUnit/lib/Ignored.png
Tools/NUnit/lib/Inconclusive.png
Tools/NUnit/lib/Skipped.png
Tools/NUnit/lib/Success.png
Tools/NUnit/lib/fit.dll
Tools/NUnit/lib/log4net.dll
Tools/NUnit/lib/nunit-console-runner.dll
Tools/NUnit/lib/nunit-gui-runner.dll
Tools/NUnit/lib/nunit.core.dll
Tools/NUnit/lib/nunit.core.interfaces.dll
Tools/NUnit/lib/nunit.fixtures.dll
Tools/NUnit/lib/nunit.uiexception.dll
Tools/NUnit/lib/nunit.uikit.dll
Tools/NUnit/lib/nunit.util.dll
Tools/NUnit/nunit-agent-x86.exe
Tools/NUnit/nunit-agent-x86.exe.config
Tools/NUnit/nunit-agent.exe
Tools/NUnit/nunit-agent.exe.config
Tools/NUnit/nunit-console-x86.exe
Tools/NUnit/nunit-console-x86.exe.config
Tools/NUnit/nunit-console.exe
Tools/NUnit/nunit-console.exe.config
Tools/NUnit/nunit-x86.exe
Tools/NUnit/nunit-x86.exe.config
Tools/NUnit/nunit.exe
Tools/NUnit/nunit.exe.config
Tools/NUnit/nunit.framework.dll
Tools/NUnit/nunit.framework.xml
Tools/NUnit/pnunit-agent.exe
Tools/NUnit/pnunit-agent.exe.config
Tools/NUnit/pnunit-launcher.exe
Tools/NUnit/pnunit-launcher.exe.config
Tools/NUnit/pnunit.framework.dll
Tools/NUnit/pnunit.tests.dll
Tools/NUnit/runFile.exe
Tools/NUnit/runFile.exe.config
Tools/NUnit/runpnunit.bat
Tools/NUnit/test.conf
Tools/NUnit/tests/loadtest-assembly.dll
Tools/NUnit/tests/mock-assembly.dll
Tools/NUnit/tests/nonamespace-assembly.dll
Tools/NUnit/tests/nunit-console.tests.dll
Tools/NUnit/tests/nunit-gui.tests.dll
Tools/NUnit/tests/nunit.core.tests.dll
Tools/NUnit/tests/nunit.fixtures.tests.dll
Tools/NUnit/tests/nunit.framework.dll
Tools/NUnit/tests/nunit.framework.tests.dll
Tools/NUnit/tests/nunit.mocks.tests.dll
Tools/NUnit/tests/nunit.uiexception.tests.dll
Tools/NUnit/tests/nunit.uikit.tests.dll
Tools/NUnit/tests/nunit.util.tests.dll
Tools/NUnit/tests/test-assembly.dll
Tools/NUnit/tests/test-utilities.dll
Tools/NUnit/tests/timing-tests.dll
Tools/Rhino.Mocks/Rhino.Mocks.dll
Tools/Rhino.Mocks/Rhino.Mocks.xml
Tools/xcopy_exclude
build.cmd
Download
Click the following link to download sedge.zip.
sedge.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »