--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAOznY96GzMVKZt%2B%2BRCFQqc4W%2BaV2WdwiqmioK7dxi2hqk9tuZw%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
--
var a = Assembly.Load("SomeAssemblyWithConsumers.dll");builder.RegisterAssemblyTypes(a).AsClosedTypesOf(Consumes<>.All)).InstancePerLifetimeScope().AsImplementedInterfaces();
public void SubscribeConsumer(IServiceBus bus) {this.Bus = bus;var unsubscribe = Bus.SubscribeInstance(this);}
s.Handler((ctx, msg) => {});
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAOznY95w4Ph91EJBTBJqDtXgRPiFeJS%3Dani7Wo9mkb5kafy%3D_w%40mail.gmail.com?hl=en-US.
So is there any plans to fix the core issue of MassTransit breaking FxCop? I don't think we should gloss over the issue by saying "use conventional registration".
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/e7f140af-af99-4c00-af43-c5179942895d%40googlegroups.com.
So is there any plans to fix the core issue of MassTransit breaking FxCop? I don't think we should gloss over the issue by saying "use conventional registration".
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/e7f140af-af99-4c00-af43-c5179942895d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAHX4WYcUQ6NRL593vet5rky04Wt1Mz-JbG%2BvzpWPstz78%2BZpBw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAH9GJ-YCnev-ctCVLnWfW8xiZbRCqmeKERAA3ofEXYnr0AvhNg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAHX4WYcji%3D7tk4qbP2xe4a4KCv%3DCarP-M6Gfw-rdcCg4kfUeQQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAHwtU2%3Dcwv%2BRRP-yyYJV3MA%3D4w6-3-cLpJMBvHLAW0JmR18jHw%40mail.gmail.com.
public class ContextConsumerSubscriptionConnector<TConsumer, TMessage> where TConsumer : Consumes<IConsumeContext<TMessage>>.All { } public static class Consumes<TMessage> { public interface All { } public interface Context : Consumes<IConsumeContext<TMessage>>.All { } } public interface IConsumeContext<T> { }
This issue was raised with the visual studio team I'm pretty sure. Doubt they'll even bother to do anything about it
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/533a9991-dc1f-4b0d-9989-088529aea69a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAOznY967Nf5f0GKXsNor3Uh_SRH7JuWa-2Jy_ocff7JtbV0XTA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/1fdadbf4-03b6-44db-8923-457ffc044a8c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAMUvvATDw-zUsEhc_ZUvMT_A20jXW9ByvuYdwcLw6bOym5ZaMA%40mail.gmail.com.
I have been informed that this is fixed in "Dev12 Preview build". It was corrected a few months ago. I haven't tried it, but I'm assuming that means the VS 2013 preview that dropped today has the fix in it.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAAqUTbkLtv-EwvUFwfSSRVAkdFntZCjm_CrYBtONogR_%2Bc2jTA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAMUvvARD9GbU99EhtJzjyH4Q4odiP1ADCt2fpUxvyyH-7hmDiA%40mail.gmail.com.