mjrousos / quartznet

Quartz Enterprise Scheduler .NET
http://www.quartz-scheduler.net/
Apache License 2.0
0 stars 0 forks source link

Remove unnecessary DCS attributes from Quartz types #1

Closed mjrousos closed 8 years ago

mjrousos commented 8 years ago

The [DataContract] and [DataMember] attributes were needed for DCS serialization, but now that Json.Net is used instead, many of them can be removed.

mjrousos commented 8 years ago

Status update - Working on this now; should be done tomorrow.

mjrousos commented 8 years ago

This is fixed with quartznet/quartznet#361