You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Dhruv Mahajan <dh...@gmail.com> on 2015/10/30 01:10:18 UTC

Check for empty tang configuration

Hi

In C# code is there a way to check if the configuration is empty?

Re: Check for empty tang configuration

Posted by Markus Weimer <ma...@weimo.de>.
On 2015-10-30 01:10, Dhruv Mahajan wrote:
> In C# code is there a way to check if the configuration is empty?

No direct way that I know of. You could serialize it and see whether it 
is empty, but that seems like a convoluted way of doing it. Maybe file a 
JIRA for this as a new feature and we can see how hard it is to add.

Markus