lira92 / flunt.br

Extensions of Flunt for Brazilian projects
MIT License
53 stars 10 forks source link

Fixing change breaks caused by the new version of Flunt #38

Closed yanjustino closed 3 years ago

yanjustino commented 3 years ago

Created a Contract class that extends Flunt's Contract<T> to remove the code break caused.

namespace Flunt.Br
{
    /// <summary>
    /// This class extends the Contract<T> of Flunt Package
    /// To avoid breack changes
    /// </summary>
    public class Contract: Contract<bool>
    {

    }
}
lira92 commented 3 years ago

@yanjustino tem um teste quebrando.

yanjustino commented 3 years ago

@lira92 teste corrigido. O teste estava falhando por causa de um tratamento na classe Contract