ObjectExporter
Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
File Explorer
Download Latest Version (.zip)- Telerik.WinControls.dll
- Telerik.WinControls.GridView.dll
- Telerik.WinControls.GridView.XML
- Telerik.WinControls.Themes.TelerikMetro.dll
- Telerik.WinControls.Themes.TelerikMetroBlue.dll
- Telerik.WinControls.UI.dll
- Telerik.WinControls.UI.xml
- Telerik.Windows.Controls.dll
- Telerik.Windows.Controls.xml
- Telerik.Windows.Data.dll
- Telerik.Windows.Data.xml
- Telerik.Windows.Documents.Core.dll
- Telerik.Windows.Documents.Core.xml
- Telerik.Windows.Documents.dll
- Telerik.Windows.Documents.Flow.dll
- Telerik.Windows.Documents.Flow.xml
- Telerik.Windows.Documents.xml
- TelerikCommon.dll
- Microsoft.VisualStudio.Shell.11.0.dll
- Microsoft.VisualStudio.Shell.11.0.xml
- Microsoft.VisualStudio.Shell.Design.dll
- StringExtensions.cs
- TypeExtensions.cs
- ExportType.cs
- ExpressionSourceType.cs
- ReservedWords.cs
- ExpressionNf.cs
- ExpressionWithSource.cs
- AccessiblePropertiesRuleSet.cs
- IRuleSet.cs
- PropertyInClassRuleSet.cs
- RuleSetValidator.cs
- ExportParamaters.cs
- ObjectDepthFinder.cs
- TypeRetriever.cs
- AssemblyInfo.cs
- CustomExpressionConverter.cs
- IConverter.cs
- LocalsConverter.cs
- CSharpGenerator.extension.cs
- IGenerator.cs
- JsonGenerator.extension.cs
- ListExtensions.cs
- XmlGenerator.extension.cs
- CSharpGenerator.cs
- CSharpGenerator.tt
- GeneratorFactory.cs
- GeneratorHelper.cs
- JsonGenerator.cs
- JsonGenerator.tt
- XmlGenerator.cs
- XmlGenerator.tt
- ApiKeys.cs
- ExportGenerator.cs
- Key.snk
- ObjectExporter.Core.csproj
- ObjectExporter.Core.csproj.vspscc
- app.config
- ConvertTests.cs
- FormTests.cs
- HelperTests.cs
- ObjectExplorer.Test.csproj.vspscc
- ObjectExporter.Test.csproj
- packages.config
- TemplateTests.cs
- TestResources.Designer.cs
- TestResources.resx
- Object Exporter - Custom Expressions.png
- Object Exporter - Generated CSharp.png
- Object Exporter - Generated JSON.png
- Object Exporter - Generated XML.png
- Object Exporter - Options.png
- Object Exporter - Select From Locals 1.png
- Object Exporter - Select From Locals 2.png
- Object Exporter - Tools Menu.png
- Object Exporter.gif
- Release Notes.txt
- StringExtensions.cs
- VsixManifestHelper.cs
- Raygun.cs
- UserInfo.cs
- AssemblyInfo.cs
- licenses.licx
- CheckCircle.png
- clipboard_000000_16.png
- ExclamationCircle.png
- export.ico
- export_large.png
- export_small.png
- floppy-o_000000_16.png
- paper-plane.png
- screenpreview.png
- times-circle_000000_16.png
- times_circle.png
- Defaults.cs
- GlobalPackageSettings.cs
- PackageSettings.cs
- ScintillaStyles.cs
- ExpressionViewModel.cs
- ErrorDialog.cs
- ErrorDialog.Designer.cs
- ErrorDialog.resx
- FilesCreatedDialog.cs
- FilesCreatedDialog.Designer.cs
- FilesCreatedDialog.resx
- FormDisplayGeneratedText.cs
- FormDisplayGeneratedText.Designer.cs
- FormDisplayGeneratedText.resx
- FormSelectObjects.cs
- FormSelectObjects.Designer.cs
- FormSelectObjects.resx
- ProgressDialog.cs
- ProgressDialog.Designer.cs
- ProgressDialog.resx
- UIExtensions.cs
- app.config
- GlobalSuppressions.cs
- Guids.cs
- ImageResources.Designer.cs
- ImageResources.resx
- Key.snk
- LICENSE.txt
- NativeMethods.cs
- ObjectExporter.Package.cs
- ObjectExporter.VsPackage.csproj
- ObjectExporter.VsPackage.csproj.vspscc
- ObjectExporter.VsPackage.vsct
- packages.config
- PkgCmdID.cs
- source.extension.vsixmanifest
- VsMainWindowWrapper.cs
- VSPackage.Designer.cs
- VSPackage.resx
- repositories.config
- .gitignore
- LICENSE.txt
- ObjectExporter.sln
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/OmarElabd/ObjectExporter
Downloads the entire project code from GitHub to your computer.
cd ObjectExporter
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd ObjectExporter.Core
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
