Open mjkkirschner opened 6 years ago
@mjkkirschner can we close this now that we are logging to the console and showing notifications as well? Or are you referring to other failures that fall through the cracks?
I think this should stay open, we still have not improved zero touch compiler errors (which member failed to import etc)
https://github.com/DynamoDS/Dynamo/blob/master/src/Engine/ProtoCore/FFI/CLRDLLModule.cs#L284
we should do at least two things:
dynamoLogger
so the message is actually present in the dyanmoConsole for users ( we could also log anotification
!)SuppressImport
method has very clear constraints but they are not communicated via the message -only false is returned. This should be improved.@Racel @ikeough FYI: https://github.com/DynamoDS/Dynamo/blob/master/src/Engine/ProtoCore/FFI/CLRDLLModule.cs#L612