Sergio Jr

Results 6 comments of Sergio Jr

Também gostaria de saber e, se caso sim, posso contribuir

Is there a way to add all assembly dependencies to `AdditionalReferences `at once? In my case, I need to reference `Azure.Data.Tables`, which depends of `Azure.Core`, and so on...

I ran into this sadly surprise today too 😢

I’m still getting the same error even after running `az login`. ![Image](https://github.com/user-attachments/assets/4a8cb748-cb28-49ea-8746-db5ca25ff139)

Invalid cast exception also happens when mapping from string ``` System.InvalidCastException: Invalid cast from 'System.String' to 'Server.Api.Gender'. at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider) at Dapper.RowFactory.GetValue[T](DbDataReader reader, Int32 fieldOffset) in...