Jordi

Results 143 comments of Jordi

@BetimBeja @bwmodular Maybe extension method added to Assembly? like public static IEnumerable ToEntityMetadata(this Assembly assembly)

Thanks Phil for this PR, I'm in the middle of an upgrade to 2.x using .net core so I'm tagging all these PRs to be merged once that one is...

@janssen-io as @BetimBeja suggested above, the Name property requires EntityMetadata to be set before it can be returned.

Method 2 was an approximation of Method 1 to save you from having to manually inject metadata, but it won't fit all scenarios. Maybe CrmSvcUtil generates the attribute as you...

Closing this one. If you know what caused issue with Method 2 would be good to know though @janssen-io

Thanks @janssen-io . What version of CrmSvcUtil are you using? Wondering if it's a feature in one of the latest versions as previous ones didn't generate it. If so, it...

Ok, I suppose it would be nice to have a separate method similar to Method 2 with maybe a different name, that does this (i.e. like ``` csharp InitializeMetadataFromEarlyBoundGenerator(Assembly assembly)...

@BetimBeja I forgot there was such PR , too many PRs :smile: I'd like to keep the 2 methods separate for different reasons: - They depend on two different assemblies...

Having separate methods would fit current v1 and next v2 strategy yes.