bilal-fazlani / commanddotnet

A modern framework for building modern CLI apps
https://commanddotnet.bilal-fazlani.com
MIT License
570 stars 29 forks source link

fix cases where adding cmdctx to ex.Data throws ex #332

Closed drewburlingame closed 3 years ago

drewburlingame commented 3 years ago

This is a problem with older .net frameworks where items added to ex.Data must be serializable. That was intended to support remoting which is not supported in .net core

fixes #331