msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
834 stars 175 forks source link

Source code generation in .NET Core #230

Closed yfakariya closed 7 years ago

yfakariya commented 7 years ago

CodeDOM will be added in corefx 2.0 (it will not be a part of .NET Standard Library), so CodeDOM based serializer generator stack will be able to back in netstandard2.0 library. Note: as far as my internal experiment, it is little value to migrate them to Roslyn based.

yfakariya commented 7 years ago

This was achieved on PR #255