DNT icon indicating copy to clipboard operation
DNT copied to clipboard

add required indicate for "mappings"

Open 7645re opened this issue 1 year ago • 0 comments

https://github.com/RicoSuter/DNT/issues/137

I may be wrong, because I didn't use DNT much, but I think it can be done with little blood, if there are no such moments when we need "mappings" to be absent

we also probably need to add Require.Always for the Solution field if it is required for both switch-to-projects/switch-to-packages operations

We may not handle the error, but then it seems to me there will be a bunch of extra lines that are not needed to understand what the error is.

catch (JsonSerializationException e)
{
    throw new ArgumentException(e.Message);
}

7645re avatar Jan 02 '24 17:01 7645re