jsgoupil / quickbooks-sync

Sync Quickbooks Desktop
MIT License
87 stars 40 forks source link

XmlCodeExporter Missing #69

Closed jmawebtech closed 1 year ago

jmawebtech commented 1 year ago

Hi,

I am using .NET Core 6 and I upgraded from .NET Standard 2.0.

I am in this file:

\quickbooks-sync\src\XsdGenerator\Program.cs

I built the solution. I get a build error here:

Line 51

        var codeExporter = new XmlCodeExporter(codeNamespace, compileUnit, CodeGenerationOptions.GenerateProperties | CodeGenerationOptions.GenerateOrder);

It appears this code is unavailable in .NET Core. Is there a workaround?

jsgoupil commented 1 year ago

There is no plan to move this project from .NET 4.7.1 to .NET Core. This XSD Generator is only used to prepare an object file. Do you have any reason to move this project to a higher library?