BoletoSimples / boletosimples-csharp

Biblioteca C# para API do Boleto Simples (DEPRECATED)
https://developers.kobana.com.br
Apache License 2.0
8 stars 5 forks source link

Error BoletoSimples/boletosimples-csharp ASP NET Core #4

Open ElisangelaAdvice opened 6 years ago

ElisangelaAdvice commented 6 years ago

Está aparecendo o erro abaixo ao tentar instalar no ASP NET Core

Install Package -Boleto Simples

PM> Install Package -BoletoSimples Initialize-EFConfiguration : Cannot bind argument to parameter 'Project' because it is null. At C:\AdvicePOS\AdvicePos\packages\EntityFramework.6.1.3\tools\install.ps1:3 char:28

Add-EFProvider : Cannot bind argument to parameter 'Project' because it is null. At C:\AdvicePOS\AdvicePos\packages\EntityFramework.6.1.3\tools\install.ps1:4 char:16

rscouto commented 6 years ago

Boa noite @ElisangelaAdvice,

Não sei entendi seu problema porque em teoria esse problema foi do EntityFramework e não do boleto simples. Embora não tenha nenhum compromisso em ser compatível com o .NetCore nesse momento.

Initialize-EFConfiguration : Cannot bind argument to parameter 'Project' because it is null

Tente criar um projeto vazio console em .NetCore e instalar o pacote e veja se o erro persiste e/ou permanesse o mesmo.

rscouto commented 6 years ago

@ElisangelaAdvice

Alguma novidade? O Problema persiste? Podemos fechar a issue?

ElisangelaAdvice commented 6 years ago

Olá,

Sim o problema persiste, não consigo instalar o boleto simples, em um aplicação ASP NET Core

Tem algum procedimento que devo realizar?

No aguardo.

Atenciosamente,

Elisangela Barbosa Costa Analista de Sistemas

elisangela.barbosa@advicesystem.com.brmailto:elisangela.barbosa@advicesystem.com.br Fone.: (11) 3513-5075 Skype: elisangela.barbosa [cid:image002.jpg@01D12C3E.010CDDF0]http://www.advicesystem.com.br/

De: Rodrigo Couto [mailto:notifications@github.com] Enviada em: segunda-feira, 2 de outubro de 2017 20:43 Para: BoletoSimples/boletosimples-csharp boletosimples-csharp@noreply.github.com Cc: Advice System - Elisangela Barbosa elisangela.barbosa@advicesystem.com.br; Mention mention@noreply.github.com Assunto: Re: [BoletoSimples/boletosimples-csharp] Error BoletoSimples/boletosimples-csharp ASP NET Core (#4)

@ElisangelaAdvicehttps://github.com/elisangelaadvice

Alguma novidade? O Problema persiste? Podemos fechar a issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/BoletoSimples/boletosimples-csharp/issues/4#issuecomment-333696446, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AcmAt4Xq-_mRl8dfeHIcZ4wjWAT56B6_ks5soXT_gaJpZM4O-_lj.

ralmsdeveloper commented 6 years ago

@rscouto Existe algum trabalho sendo feito em portabilidade para .NET Core?