Sergio Jr
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...
Great! Thank you @sharwell
I ran into this sadly surprise today too 😢
I’m still getting the same error even after running `az login`. 
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...