You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've tried to use the generator in a project that has classes based on XSD schema's. The resulting dll is over 3 MB. Without using the /t parameter, the xml serializer generator just hangs itself. Never ends. No failures, no exception. Just hangs.
What we did for now is to include the generator dll directly in our project and we created a target that passes --type on to it. Works like a charm, but it is a very cumbersome method...
Pr dotnet/corefx#36085 merged. Closing this issue.
Users will be able to modify the sgen command parameters using msbuild properties in their csproj file like the following:
Support type parameter in project settings so the customer can serialize just single class.
Refer dotnet/corefx#24491
The text was updated successfully, but these errors were encountered: